summaryrefslogtreecommitdiff
path: root/unittests/IR/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/IR/Makefile')
-rw-r--r--unittests/IR/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/IR/Makefile b/unittests/IR/Makefile
new file mode 100644
index 000000000000..7c59003c92a7
--- /dev/null
+++ b/unittests/IR/Makefile
@@ -0,0 +1,15 @@
+##===- unittests/IR/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 = IR
+LINK_COMPONENTS := core ipa asmparser
+
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest