forked from OSchip/llvm-project
switch this message back to only being in -debug mode.
llvm-svn: 66143
This commit is contained in:
parent
d02cb1dc2b
commit
0c33d436b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue