projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd479b6
)
Don't run llc tests on linux, they won't work.
author
Chris Lattner
<sabre@nondot.org>
Thu, 19 Sep 2002 21:32:44 +0000
(21:32 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 19 Sep 2002 21:32:44 +0000
(21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3835
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.Linux
patch
|
blob
|
history
diff --git
a/Makefile.Linux
b/Makefile.Linux
index 39928d92346bc7bde64b1a1cd24127cd8a74795f..98547b317a2823425841a3b36bc7115ef9163d8e 100644
(file)
--- 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