diff options
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/PostOpts/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/PostOpts/Makefile b/llvm/lib/CodeGen/PostOpts/Makefile new file mode 100644 index 00000000000..5d1242ca9d8 --- /dev/null +++ b/llvm/lib/CodeGen/PostOpts/Makefile @@ -0,0 +1,9 @@ +LEVEL = ../../.. + +DIRS = + +LIBRARYNAME = postopts + +BUILD_ARCHIVE = 1 + +include $(LEVEL)/Makefile.common |