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:
50cd6fd
)
switch this message back to only being in -debug mode.
author
Chris Lattner
<sabre@nondot.org>
Thu, 5 Mar 2009 06:48:16 +0000
(06:48 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 5 Mar 2009 06:48:16 +0000
(06:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66143
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 15ea90d84bdbe5a7c6948098a5607f36b00faa2b..785bc76eb94fd65062b2e03365128589862b171a 100644
(file)
--- a/
lib/ExecutionEngine/JIT/JITEmitter.cpp
+++ b/
lib/ExecutionEngine/JIT/JITEmitter.cpp
@@
-204,7
+204,7
@@
void *JITResolver::getFunctionStub(Function *F, bool empty) {
TheJIT->updateGlobalMapping(F, Stub);
}
-
cerr
<< "JIT: Stub emitted at [" << Stub << "] for function '"
+
DOUT
<< "JIT: Stub emitted at [" << Stub << "] for function '"
<< F->getName() << "'\n";
// Finally, keep track of the stub-to-Function mapping so that the