More debug output.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 8 Nov 2008 07:22:53 +0000 (07:22 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 8 Nov 2008 07:22:53 +0000 (07:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58894 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JITEmitter.cpp

index 06c195a34f594b14c50d9626105917f9334a26ff..ce3df8a783fbf3f0e08b1553d279f4e89c5b6c1d 100644 (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())