mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Expose TD to ExternalFunctions.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
061269be97
commit
dbaf74d108
@ -38,7 +38,7 @@ AbortOnExceptions("abort-on-exception",
|
||||
// Create a TargetData structure to handle memory addressing and size/alignment
|
||||
// computations
|
||||
//
|
||||
static TargetData TD("lli Interpreter");
|
||||
TargetData TD("lli Interpreter");
|
||||
CachedWriter CW; // Object to accelerate printing of LLVM
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user