mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
switch this message back to only being in -debug mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50cd6fda9e
commit
be3ae8e479
@ -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