summaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/Makefile
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-09-27 21:39:46 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-09-27 21:39:46 +0000
commit4dd68242f106f047f80a5e0fdd96e19cb0ac5eed (patch)
tree5bdbe64ddf596882b9b9b16b9c0252e70241aa6b /unittests/Transforms/Utils/Makefile
parent06e4052699c481fda1df8d96a26e42733c36eb66 (diff)
downloadllvm-4dd68242f106f047f80a5e0fdd96e19cb0ac5eed.tar.gz
llvm-4dd68242f106f047f80a5e0fdd96e19cb0ac5eed.tar.bz2
llvm-4dd68242f106f047f80a5e0fdd96e19cb0ac5eed.tar.xz
New unit test for the cloning module, which so far only covers cloning of
instructions' optimization flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Transforms/Utils/Makefile')
-rw-r--r--unittests/Transforms/Utils/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/Transforms/Utils/Makefile b/unittests/Transforms/Utils/Makefile
new file mode 100644
index 0000000000..fdf4be0e0e
--- /dev/null
+++ b/unittests/Transforms/Utils/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 = Utils
+LINK_COMPONENTS := core support transformutils
+
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest