commit | 4285e4492a1f06c2e63cc484ead7458fae2e4436 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Apr 11 18:11:56 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Apr 11 18:11:56 2008 +0000 |
tree | 6e115a446da6e4468b20b93c08ae13b0dc9762a5 | |
parent | 1fbf9c23e1b8ed61498bb1538ede7c767d809217 [diff] |
Reenable JIT symbol table. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49548 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/JIT/JITEmitter.cpp b/lib/ExecutionEngine/JIT/JITEmitter.cpp index cf23ad6..c43d4d6 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