Displaying 1 result from an estimated 1 matches for "llvmfiletyp".
Did you mean:
llvmfiletype
2016 Mar 23
4
Building ModulePass independiently on win32
Hi,
I have written a ModulePass (c++ code) that does transformation to LLVM bytecode. How do I build,compile and run it on windows.
a) I need Win32 LLVM tools. (so I downloaded)b) How do I build the dll( modulepass) so that I can pass it to optimizer or other llvm tool.c) To test, I need to compile a test C code, emit llvm intermediate code and pass it to optimizer so that it can run my