Expose TD to ExternalFunctions.cpp

llvm-svn: 4020
This commit is contained in:
Chris Lattner 2002-10-02 21:10:48 +00:00
parent 94a5211b6a
commit 68960ff1c7

View File

@ -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