[cfe-dev] llvm-ld question

Peng Li peterlee at cs.utah.edu
Sun Aug 12 15:44:53 PDT 2012


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



More information about the cfe-dev mailing list