aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/IR/Makefile
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-07 15:35:46 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-07 15:35:46 +0000
commitc779e96158cbac4c62df8e2053ab6a933eba5868 (patch)
tree0ec9e70170d75216c6f0ed5c994a0a0ba1fac2b3 /unittests/IR/Makefile
parent3251e81d793a293b78f4914be6093b405c24fc2a (diff)
downloadexternal_llvm-c779e96158cbac4c62df8e2053ab6a933eba5868.zip
external_llvm-c779e96158cbac4c62df8e2053ab6a933eba5868.tar.gz
external_llvm-c779e96158cbac4c62df8e2053ab6a933eba5868.tar.bz2
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
library rename. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171747 91177308-0d34-0410-b5e6-96231b3b80d8
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 0000000..7c59003
--- /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