search for: buildlibraryname

Displaying 1 result from an estimated 1 matches for "buildlibraryname".

2013 Mar 30
1
[LLVMdev] (no subject)
...eating new pass. I did all the steps u mentioned but when i copied the content of makefile(for hello pass) from ur website to my makefile its not working properly. My makefile is like this : # Makefile for hello pass # Path to top level of LLVM hierarchyLEVEL = ../../.. # Name of the library to buildLIBRARYNAME = Hello # Make the shared library become a loadable module so the tools can# dlopen/dlsym on the resulting library.LOADABLE_MODULE = 1 # Include the makefile implementation stuffinclude $(LEVEL)/Makefile.common Its giving an error like there is nothing to do with LOOPPASS.cpp or NO RULES DEFINED...