Expose TD to ExternalFunctions.cpp
authorChris Lattner <sabre@nondot.org>
Wed, 2 Oct 2002 21:10:48 +0000 (21:10 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Oct 2002 21:10:48 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4020 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Interpreter/Execution.cpp

index ac011d743bef514dfd2c878d87d5192c9ea78087..189d2b71eab5a19aea176cc09de198e990f5839a 100644 (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