[llvm-commits] CVS: llvm/Makefile.Linux

Vikram Adve vadve at psmith.cs.uiuc.edu
Mon Sep 23 09:25:01 PDT 2002


Changes in directory llvm:

Makefile.Linux updated: 1.3 -> 1.4

---
Log message:

Allow LLC to be executed on Linux; only the LLC output should not be executed.


---
Diffs of the changes:

Index: llvm/Makefile.Linux
diff -u llvm/Makefile.Linux:1.3 llvm/Makefile.Linux:1.4
--- llvm/Makefile.Linux:1.3	Thu Sep 19 16:32:44 2002
+++ llvm/Makefile.Linux	Mon Sep 23 09:24:19 2002
@@ -22,6 +22,7 @@
 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
+# For now we disable running LLC output, because LLC does not generate x86 code
+# LLC itself can be run so disable the diffs, not LLC itself.
+# 
+DISABLE_LLC_DIFFS := 1





More information about the llvm-commits mailing list