Opened 14 years ago

Closed 14 years ago

#22526 closed defect (fixed)

llvm: remove pic variant; always enable pic

Reported by: ryandesign (Ryan Carsten Schmidt) 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 (2)

comment:1 Changed 14 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 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.