disable this for now.
authorChris Lattner <sabre@nondot.org>
Sat, 5 Apr 2008 04:12:01 +0000 (04:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Apr 2008 04:12:01 +0000 (04:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49248 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JITEmitter.cpp

index c43d4d60b119745c10a309a33b22606f4c022347..cf23ad6aec18737ba4a83e8fa64a8f3f42c71ee0 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