[llvm-dev] Need help with code generation

Lorenzo Laneve via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 18 17:03:53 PDT 2016


I wrote my compiler and now it generates LLVM IR modules. Now i’d like to go ahead and make object file and then executable, just like clang does.

What should I have to use to create the object files? and then how do I call the ld? (not llvm-ld, I want my compiler to work like Clang and I read that Clang doesn’t use llvm-ld).


More information about the llvm-dev mailing list