[llvm-commits] CVS: llvm/tools/lli/JIT/Makefile

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 28 14:07:01 PDT 2003


Changes in directory llvm/tools/lli/JIT:

Makefile updated: 1.2 -> 1.3

---
Log message:

Fix reference to architecture.


---
Diffs of the changes:

Index: llvm/tools/lli/JIT/Makefile
diff -u llvm/tools/lli/JIT/Makefile:1.2 llvm/tools/lli/JIT/Makefile:1.3
--- llvm/tools/lli/JIT/Makefile:1.2	Wed Jul  2 12:53:19 2003
+++ llvm/tools/lli/JIT/Makefile	Mon Jul 28 14:06:50 2003
@@ -15,7 +15,7 @@
   CPPFLAGS += -DENABLE_X86_JIT
 endif
 
-# Enable the X86 JIT if compiling on X86
+# Enable the Sparc JIT if compiling on Sparc
 ifeq ($(ARCH), Sparc)
   ENABLE_SPARC_JIT = 1
 endif





More information about the llvm-commits mailing list