search for: 785580e2

Displaying 2 results from an estimated 2 matches for "785580e2".

2014 Sep 15
2
[LLVMdev] How to translate library functions into LLVM IR bitcode?
Thanks for your reply, Yabin. Actually I'm trying to come up with a way to translate any source code into bitcode format. So some of them are not necessarily LLVM intrinsics. Also it seems like that dynamically loading the library by dlopen() is for loading object files, not .bc files. So it might not be useful for library in .bc files. Anyway, I've found a way to solve this by manually
2014 Sep 15
2
[LLVMdev] How to translate library functions into LLVM IR bitcode?
...the entire file > is assembly you won't be able to produce IR very easily at all. > > Cheers. > > Tim. > -- Best Regards Liwei -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140915/785580e2/attachment.html>