mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Add diagnostic output
llvm-svn: 5157
This commit is contained in:
parent
4b2c56d87f
commit
1ba4cee745
@ -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!");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user