[cfe-dev] llvm-ld question

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Aug 13 06:49:55 PDT 2012


llvm-ld has been removed. On OS X you can use the system linker, on
linux you can use the llvm plugin for gold
(http://llvm.org/docs/GoldPlugin.html).

On 12 August 2012 18:44, Peng Li <peterlee at cs.utah.edu> wrote:
> Hi There
>
> Is there a way to link the LLVM bytecode with an external library
> compiled into the native bitcode with llvm-ld or with other
> llvm commands?
> For example, llvm-ld -disable-opt xxx.o -lyyy -I...
> xxx.o is LLVM bytecode, and libyyy is native bitcode.
>
> Thanks
> Peng
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list