More debug output.

llvm-svn: 58894
This commit is contained in:
Evan Cheng 2008-11-08 07:22:53 +00:00
parent bb373c4637
commit 776f5922fb
1 changed files with 2 additions and 0 deletions

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