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