Displaying 2 results from an estimated 2 matches for "ca7c33e5".
2009 Mar 27
0
[LLVMdev] Shared objects not being built on OS X
...milar for other releases
--
Kshitiz Garg
Graduate Student
Department of Computer Science & Engineering
IIT Kanpur
http://home.iitk.ac.in/~kshitizg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090328/ca7c33e5/attachment.html>
2009 Mar 27
3
[LLVMdev] Shared objects not being built on OS X
Hi again everyone...
After following the "Writing an LLVM Pass" tutorial using LLVM 2.5, there is
a part that states that:
"This makefile specifies that all of the .cpp files in the current directory
are to be compiled and linked together into a Debug/lib/Hello.so shared
object that can be dynamically loaded by the opt or bugpoint tools via their
-load options."