[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

Misha Brukman brukman at cs.uiuc.edu
Thu Jul 31 12:51:01 PDT 2003


Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.6 -> 1.7

---
Log message:

Changed pointer to the JIT code to its current location, under LLI.


---
Diffs of the changes:

Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.6 llvm/lib/Target/X86/README.txt:1.7
--- llvm/lib/Target/X86/README.txt:1.6	Sun Jan 12 18:35:08 2003
+++ llvm/lib/Target/X86/README.txt	Thu Jul 31 12:50:35 2003
@@ -147,7 +147,7 @@
 rest of the compiler working.  It contains any code that is truly specific to
 the X86 backend, for example the instruction selector and machine code emitter.
 
-tools/jello
+tools/lli/JIT
 -----------
 This directory contains the top-level code for the JIT compiler.  This code
 basically boils down to a call to TargetMachine::addPassesToJITCompile.  As we





More information about the llvm-commits mailing list