Disable JIT symbol table for now.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 15 May 2008 17:31:35 +0000 (17:31 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 15 May 2008 17:31:35 +0000 (17:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51152 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JITEmitter.cpp

index f0857c100efcdec81afffee7d01a2f5fc1946053..4f13ea4d49a0a929d9d547cc1ba633b0c2963995 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 0
 #endif
 
 /// JitSymbolEntry - Each function that is JIT compiled results in one of these