mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 05:32:22 +00:00
More debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58894 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
103325179a
commit
ca66b08bc6
@ -887,6 +887,8 @@ bool JITEmitter::finishFunction(MachineFunction &F) {
|
||||
if (!MR.letTargetResolve()) {
|
||||
if (MR.isString()) {
|
||||
ResultPtr = TheJIT->getPointerToNamedFunction(MR.getString());
|
||||
DOUT << "JIT: Map \'" << MR.getString() << "\' to ["
|
||||
<< ResultPtr << "]\n";
|
||||
|
||||
// If the target REALLY wants a stub for this function, emit it now.
|
||||
if (!MR.doesntNeedStub())
|
||||
|
Loading…
x
Reference in New Issue
Block a user