1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

More debug output.

llvm-svn: 58894
This commit is contained in:
Evan Cheng 2008-11-08 07:22:53 +00:00
parent f2ebaa6a64
commit 8dfc67205a

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