[LLVMdev] Re: Why LLVM libraries are static?

Vladimir Prus ghost at cs.msu.su
Wed Mar 1 07:45:51 PST 2006


Vladimir Prus wrote:


> Alternatively, tools that load plugins can probably mark all symbols as
> dynamically exported, by using gcc option
> 
>   -Wl,--export-dynamic

Scratch this part, this option is in fact used when linking llc. The
question why libs are static still stands, though.

- Volodya




More information about the llvm-dev mailing list