New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22526 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

llvm: remove pic variant; always enable pic

Reported by: ryandesign@… Owned by: erickt@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: llvm

Description

The llvm 2.6 port has a pic variant to enable position-indepentent code. Without that variant, pic is disabled.

I think in the llvm 2.5 port, pic was always enabled, regardless whether you used the pic variant or not.

pure does not compile unless llvm has pic support.

Is there a reason not to just enable pic all the time in llvm? On Mac OS X, pic is enabled by default for all programs.

Change History

comment:1 Changed 4 years ago by erickt@…

I'll add that back. Someone requested it for pure, but if it's not working with it, I'll disable it.

comment:2 Changed 4 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.