[cfe-dev] Problem in Hello Pass example
Madhvi Gupta
madhvig at iiitd.ac.in
Wed May 28 06:56:45 PDT 2014
# Makefile for hello pass
# Path to top level of LLVM hierarchy
$(info ***Maddy1***)
# Path to top level of LLVM hierarchy
LEVEL = ../build
# Name of the library to build
LIBRARYNAME = 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 stuff
include $(LEVEL)/Makefile.common
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140528/6e4a57ee/attachment.html>
More information about the cfe-dev
mailing list