[LLVMdev] .so file creation for new passes on Visual Studio

Himanshu Shekhar imhimanshu91 at gmail.com
Mon Aug 15 22:06:36 PDT 2011


Hi!
I was trying to run an already build LLVM-pass ( the Hello world ) on Visual
Studio. I could locate the The Hello world pass sources in
llvm/lib/Transform/Hello/*.But when I compiled llvm using the command "cmake -G
"Visual Studio 10" ..\llvm" , I couldn't find the LLVMHello.so file in
"build_directory/Debug/lib/LLVMHello.so" neither in
"build_directory/Release/lib/LLVMHello.so".Someone please help me in running
this Hello world pass.




More information about the llvm-dev mailing list