Ticket #22526 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.


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