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:
Evan Cheng 2008-11-08 07:22:53 +00:00
parent 103325179a
commit ca66b08bc6

View File

@ -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())