projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b7ff9
)
Changed pointer to the JIT code to its current location, under LLI.
author
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 31 Jul 2003 17:50:35 +0000
(17:50 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 31 Jul 2003 17:50:35 +0000
(17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7454
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/X86/README.txt
b/lib/Target/X86/README.txt
index 298acbcb2797ed3c2340c57b40a96ce9e5d8e78a..af735a220ad7607fe686038cdb416d599a583e10 100644
(file)
--- 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