diff options
Diffstat (limited to 'unittests/Transforms/IPO/Makefile')
-rw-r--r-- | unittests/Transforms/IPO/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/Transforms/IPO/Makefile b/unittests/Transforms/IPO/Makefile new file mode 100644 index 0000000..f807879 --- /dev/null +++ b/unittests/Transforms/IPO/Makefile @@ -0,0 +1,15 @@ +##===- unittests/Transforms/IPO/Makefile -------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../../.. +TESTNAME = IPO +LINK_COMPONENTS := IPO + +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |