[LLVMdev] Re: [LLVMdev] 回复:Re: [LLVMdev] [Need your help]
Eli Friedman
eli.friedman at gmail.com
Sat Oct 18 10:13:00 PDT 2008
2008/10/18 <kangjing820516 at sina.com>:
> Hi Eli,
>
> Thanks for your rapid response!
>
> Now I have another question.
>
> How to get LLVM bc files successfully by compiling test.c and static
> libraries ?
>
> Thanks a lot!
You can use llvm-ld to combine multiple bc files into a single bc
file. It's not possible to put native code into a bc file.
-Eli
More information about the llvm-dev
mailing list