summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitd02051b512dd669be2e298d013a59d57f2ac699e (patch)
tree78a363dc8e2954020ce0b185ac6dd8cb71d8246d /llvm/lib
parent9fabe8dddf126154a75ab3f487732d63c65e55f8 (diff)
downloadbcm5719-llvm-d02051b512dd669be2e298d013a59d57f2ac699e.tar.gz
bcm5719-llvm-d02051b512dd669be2e298d013a59d57f2ac699e.zip
Changed pointer to the JIT code to its current location, under LLI.
llvm-svn: 7454
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt
index 298acbcb279..af735a220ad 100644
--- a/llvm/lib/Target/X86/README.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud