diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-12-28 20:00:15 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-12-28 20:00:15 +0000 |
| commit | 3685f65f1b27835d012683aaed2297010c55c6de (patch) | |
| tree | d1301140fd501ba8b95780defae4a4562d8229a9 /llvm/lib/ExecutionEngine/ExecutionEngine.cpp | |
| parent | c864583477d2e7fb83eb75fd97d910e70d585d80 (diff) | |
| download | bcm5719-llvm-3685f65f1b27835d012683aaed2297010c55c6de.tar.gz bcm5719-llvm-3685f65f1b27835d012683aaed2297010c55c6de.zip | |
Add diagnostic output
llvm-svn: 5157
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
| -rw-r--r-- | llvm/lib/ExecutionEngine/ExecutionEngine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp index 456f68244af..e6c85812e0e 100644 --- a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp +++ b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp @@ -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!"); } |

