projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93489b
)
Add diagnostic output
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Dec 2002 20:00:15 +0000
(20:00 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/ExecutionEngine.cpp
b/lib/ExecutionEngine/ExecutionEngine.cpp
index 456f68244afd9d52444534fa3e8523fea7e53df7..e6c85812e0e2325f220da65beb28fa6559f3000c 100644
(file)
--- a/
lib/ExecutionEngine/ExecutionEngine.cpp
+++ b/
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!");
}