I am not able to generate llvmhello.so after compiling llvm on visual studio. I also went through some of your posts related to the same. One of them says that "IIRC, LLVM cannot produce shared library on Windows". So is there any alternate way by which i can run built in passes on visual studio?
> to the same. One of them says that > "IIRC, LLVM cannot produce shared library on Windows".Sorry, my bad. Loadable module is available on Windows, but is not built with MSVC. Try MinGW instead. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
Reasonably Related Threads
- [LLVMdev] .so file creation for new passes on Visual Studio
- [LLVMdev] .so file creation for new passes on Visual Studio
- [LLVMdev] Update PTX section in CodeGenerator.html
- [LLVMdev] TargetELFWriterInfo used for anything?
- [LLVMdev] Calling external functions failed on PowerPC