Home | History | Annotate | Download | only in docs

Lines Matching full:makefile

45 .. _writing-an-llvm-pass-makefile:
56 a build script (``Makefile``) that will compile the source code for the new
57 pass. To do this, copy the following into ``Makefile``:
61 # Makefile for hello pass
73 # Include the makefile implementation stuff
74 include $(LEVEL)/Makefile.common
76 This makefile specifies that all of the ``.cpp`` files in the current directory