summaryrefslogtreecommitdiff
path: root/Makefile.Linux
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-19 21:32:44 +0000
committerChris Lattner <sabre@nondot.org>2002-09-19 21:32:44 +0000
commit698a13136488d0887476369d79ae0407ba28436c (patch)
treede11ccc1dbb599e64bae320dee543d60c166cee2 /Makefile.Linux
parentfd479b6fd4fe7ec83421a8b999e6b02d86a9e006 (diff)
downloadllvm-698a13136488d0887476369d79ae0407ba28436c.tar.gz
llvm-698a13136488d0887476369d79ae0407ba28436c.tar.bz2
llvm-698a13136488d0887476369d79ae0407ba28436c.tar.xz
Don't run llc tests on linux, they won't work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.Linux')
-rw-r--r--Makefile.Linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Linux b/Makefile.Linux
index 39928d9234..98547b317a 100644
--- a/Makefile.Linux
+++ b/Makefile.Linux
@@ -21,3 +21,7 @@ ExportSymbols := -Wl,--export-dynamic
ifndef LLVMGCCDIR
LLVMGCCDIR := /home/vadve/lattner/cvs/gcc_install_x86
endif
+
+# For now we disable all LLC tests, because LLC does not generate x86 code
+#
+DISABLE_LLC := 1 \ No newline at end of file