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:
Chris Lattner 2002-10-02 21:10:48 +00:00
parent 061269be97
commit dbaf74d108

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