commit | dbaf74d108b7328bbbe8075ba93e3f034672eb77 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Oct 02 21:10:48 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Oct 02 21:10:48 2002 +0000 |
tree | 1758990c305c4cb8b3660d97634986f0d6ad8683 | |
parent | 061269be9723f842931f18ad207acf9a66e0cf76 [diff] [blame] |
Expose TD to ExternalFunctions.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4020 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Execution.cpp b/lib/ExecutionEngine/Interpreter/Execution.cpp index ac011d7..189d2b7 100644 --- a/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/lib/ExecutionEngine/Interpreter/Execution.cpp
@@ -38,7 +38,7 @@ // 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