Displaying 1 result from an estimated 1 matches for "hierarchylevel".
Did you mean:
hierarchy_level
2013 Mar 30
1
[LLVMdev] (no subject)
...e loop pass i
went through all the procedure for creating 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...