projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0d50e
)
Disable JIT symbol table for now.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 15 May 2008 17:31:35 +0000
(17:31 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/JIT/JITEmitter.cpp
b/lib/ExecutionEngine/JIT/JITEmitter.cpp
index f0857c100efcdec81afffee7d01a2f5fc1946053..4f13ea4d49a0a929d9d547cc1ba633b0c2963995 100644
(file)
--- a/
lib/ExecutionEngine/JIT/JITEmitter.cpp
+++ b/
lib/ExecutionEngine/JIT/JITEmitter.cpp
@@
-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