aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Transforms/DebugIR/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Transforms/DebugIR/Makefile')
-rw-r--r--unittests/Transforms/DebugIR/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/Transforms/DebugIR/Makefile b/unittests/Transforms/DebugIR/Makefile
new file mode 100644
index 0000000..9ace8c3
--- /dev/null
+++ b/unittests/Transforms/DebugIR/Makefile
@@ -0,0 +1,15 @@
+##===- unittests/Transforms/Utils/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 = DebugIR
+LINK_COMPONENTS := Instrumentation
+
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest