<div dir="ltr"># Makefile for hello pass<br><br># Path to top level of LLVM hierarchy<br>$(info ***Maddy1***)<br><br># Path to top level of LLVM hierarchy<br>LEVEL = ../build<br><br><br># Name of the library to build<br>LIBRARYNAME = Hello<br>
<br># Make the shared library become a loadable module so the tools can<br># dlopen/dlsym on the resulting library.<br>LOADABLE_MODULE = 1<br><br># Include the makefile implementation stuff<br>include $(LEVEL)/Makefile.common<br>
</div>