mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +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);
|
TheJIT->updateGlobalMapping(F, Stub);
|
||||||
}
|
}
|
||||||
|
|
||||||
cerr << "JIT: Stub emitted at [" << Stub << "] for function '"
|
DOUT << "JIT: Stub emitted at [" << Stub << "] for function '"
|
||||||
<< F->getName() << "'\n";
|
<< F->getName() << "'\n";
|
||||||
|
|
||||||
// Finally, keep track of the stub-to-Function mapping so that the
|
// Finally, keep track of the stub-to-Function mapping so that the
|
||||||
|
Loading…
Reference in New Issue
Block a user