[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 28 11:23:39 PDT 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.174 -> 1.175
---
Log message:
As usual, Duraid is trying to use subversive techniques to kill x86.
---
Diffs of the changes: (+1 -1)
Makefile.programs | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.174 llvm-test/Makefile.programs:1.175
--- llvm-test/Makefile.programs:1.174 Fri Oct 28 12:52:23 2005
+++ llvm-test/Makefile.programs Fri Oct 28 13:23:28 2005
@@ -196,7 +196,7 @@
ifeq ($(ARCH),IA64)
LLCBETAOPTION := -enable-ia64-dag-isel
endif
-1ifeq ($(ARCH),x86)
+ifeq ($(ARCH),x86)
LLCBETAOPTION := -enable-x86-fastcc
endif
More information about the llvm-commits
mailing list