aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-31 17:50:35 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-31 17:50:35 +0000
commitf31dc9841cb73ecba0526361d62f9c409ff99415 (patch)
treef155a9a78397f0b85f3fb7fe3f8f8d837a6b95f0
parentf6b7ff92d6efa3bc024218dee4c61e474abdd45c (diff)
Changed pointer to the JIT code to its current location, under LLI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7454 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 298acbcb27..af735a220a 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -147,7 +147,7 @@ This directory contains the machine description for X86 that is required to the
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