mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Changed pointer to the JIT code to its current location, under LLI.
llvm-svn: 7454
This commit is contained in:
parent
93dacfb0bd
commit
f451b1f332
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user