[llvm-commits] CVS: llvm/Makefile.Linux
Chris Lattner
lattner at apoc.cs.uiuc.edu
Thu Sep 19 16:33:01 PDT 2002
Changes in directory llvm:
Makefile.Linux updated: 1.2 -> 1.3
---
Log message:
Don't run llc tests on linux, they won't work.
---
Diffs of the changes:
Index: llvm/Makefile.Linux
diff -u llvm/Makefile.Linux:1.2 llvm/Makefile.Linux:1.3
--- llvm/Makefile.Linux:1.2 Thu Sep 19 14:44:28 2002
+++ llvm/Makefile.Linux Thu Sep 19 16:32:44 2002
@@ -21,3 +21,7 @@
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
More information about the llvm-commits
mailing list