Add diagnostic output
authorChris Lattner <sabre@nondot.org>
Sat, 28 Dec 2002 20:00:15 +0000 (20:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Dec 2002 20:00:15 +0000 (20:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5157 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/ExecutionEngine.cpp

index 456f68244afd9d52444534fa3e8523fea7e53df7..e6c85812e0e2325f220da65beb28fa6559f3000c 100644 (file)
@@ -213,6 +213,7 @@ void ExecutionEngine::emitGlobals() {
       DEBUG(std::cerr << "Global '" << I->getName() << "' -> "
                      << (void*)GlobalAddress[I] << "\n");
     } else {
+      std::cerr << "Global: " << I->getName() << "\n";
       assert(0 && "References to external globals not handled yet!");
     }