Displaying 2 results from an estimated 2 matches for "21c13c41".
2010 Apr 18
0
[LLVMdev] .so file creation for new passes
Hi !
The Hello world pass sources are in llvm/lib/Transform/Hello/*
If you compile llvm, the Hello library will be compiled too. It's not
installed but it's in build_directory/Debug/lib/LLVMHello.so (or in
build_directory/Release/lib/LLVMHello.so)
Olivier.
On Sun, Apr 18, 2010 at 7:35 AM, kalyan ponnala <ponnala.kalyan at gmail.com>wrote:
> Hello,
>
> I was going
2010 Apr 18
3
[LLVMdev] .so file creation for new passes
Hello,
I was going through the LLVM docs "writing an LLVM Pass". Can someone tell
me how to create the Hello.so file as it is said in the document. It talks
about compiling the Hello pass using gmake. I am a Windows user (windows 7,
cmake, visual studio 9 2008). I cant use cmake here as this hello pass has
links to the llvm's solution file, I mean It uses some of the header files