mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
switch this message back to only being in -debug mode.
llvm-svn: 66143
This commit is contained in:
parent
ec80b49533
commit
7e98d87d98
@ -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
Block a user