commit | 1da2d4e9fb009203cfa2db8a1a0a93dd36a5c644 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Apr 05 04:12:01 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Apr 05 04:12:01 2008 +0000 |
tree | c4b0d9684fe14da951381167bb96ac59c3f6e3da | |
parent | f95876bb914c03c0d6e02c02d0c502d7a96eb336 [diff] [blame] |
disable this for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49248 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/JIT/JITEmitter.cpp b/lib/ExecutionEngine/JIT/JITEmitter.cpp index c43d4d6..cf23ad6 100644 --- a/lib/ExecutionEngine/JIT/JITEmitter.cpp +++ b/lib/ExecutionEngine/JIT/JITEmitter.cpp
@@ -308,7 +308,7 @@ // 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