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:
1033251
)
More debug output.
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 8 Nov 2008 07:22:53 +0000
(07:22 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sat, 8 Nov 2008 07:22:53 +0000
(07:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58894
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 06c195a34f594b14c50d9626105917f9334a26ff..ce3df8a783fbf3f0e08b1553d279f4e89c5b6c1d 100644
(file)
--- a/
lib/ExecutionEngine/JIT/JITEmitter.cpp
+++ b/
lib/ExecutionEngine/JIT/JITEmitter.cpp
@@
-887,6
+887,8
@@
bool JITEmitter::finishFunction(MachineFunction &F) {
if (!MR.letTargetResolve()) {
if (MR.isString()) {
ResultPtr = TheJIT->getPointerToNamedFunction(MR.getString());
+ DOUT << "JIT: Map \'" << MR.getString() << "\' to ["
+ << ResultPtr << "]\n";
// If the target REALLY wants a stub for this function, emit it now.
if (!MR.doesntNeedStub())