mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +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:
@@ -38,7 +38,7 @@ AbortOnExceptions("abort-on-exception",
|
|||||||
// Create a TargetData structure to handle memory addressing and size/alignment
|
// Create a TargetData structure to handle memory addressing and size/alignment
|
||||||
// computations
|
// computations
|
||||||
//
|
//
|
||||||
static TargetData TD("lli Interpreter");
|
TargetData TD("lli Interpreter");
|
||||||
CachedWriter CW; // Object to accelerate printing of LLVM
|
CachedWriter CW; // Object to accelerate printing of LLVM
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user