aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Analysis/Makefile
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-29 01:25:38 +0000
committerEric Christopher <echristo@apple.com>2010-07-29 01:25:38 +0000
commite6cbfa6b09e3e9ddf18449d1b64793e24af27c6b (patch)
treedabe5eaa423f43afe5d1419cddf43a7c626a9884 /unittests/Analysis/Makefile
parentd9082dfd9ab442dd33f552693fcc0f396a514bb6 (diff)
downloadexternal_llvm-e6cbfa6b09e3e9ddf18449d1b64793e24af27c6b.zip
external_llvm-e6cbfa6b09e3e9ddf18449d1b64793e24af27c6b.tar.gz
external_llvm-e6cbfa6b09e3e9ddf18449d1b64793e24af27c6b.tar.bz2
Speculatively revert r109705 since it seems to be causing some build bot
angst. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Analysis/Makefile')
-rw-r--r--unittests/Analysis/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/unittests/Analysis/Makefile b/unittests/Analysis/Makefile
deleted file mode 100644
index f89240e..0000000
--- a/unittests/Analysis/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- unittests/Analysis/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 = Analysis
-LINK_COMPONENTS := core support target analysis ipa
-
-include $(LEVEL)/Makefile.config
-include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest