Hi, I am interested in bringing LLVM IR parser to my project. how can I do it ? What .so/.a to build and copy to my project and what are the header files I must copy over to my project area. Also how can I build the .so/.a which I need. Appreciate your guidance on this. Thank you in advance. regards tarique -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121012/2244396f/attachment.html>
Seemingly Similar Threads
- [LLVMdev] How to include IR parser and optimization passes in my project
- [LLVMdev] How can I find the LHS of the function call when traversing the function call
- [LLVMdev] C++ Parser (Was: Call for Volunteers: the Synopsis project)
- [LLVMdev] Does anyone have an IR parser written in OCaml?
- [LLVMdev] Rolling my own LLVM assembly language parser