Reenable JIT symbol table.
authorChris Lattner <sabre@nondot.org>
Fri, 11 Apr 2008 18:11:56 +0000 (18:11 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Apr 2008 18:11:56 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49548 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JITEmitter.cpp

index cf23ad6aec18737ba4a83e8fa64a8f3f42c71ee0..c43d4d60b119745c10a309a33b22606f4c022347 100644 (file)
@@ -308,7 +308,7 @@ void *JITResolver::JITCompilerFn(void *Stub) {
 // have useful answers.  However, we don't go crazy with atomic operations, we
 // just do a "reasonable effort".
 #ifdef __APPLE__ 
-//#define ENABLE_JIT_SYMBOL_TABLE 1
+#define ENABLE_JIT_SYMBOL_TABLE 1
 #endif
 
 /// JitSymbolEntry - Each function that is JIT compiled results in one of these