mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[ORC] Remove some stray debugging output accidentally left in r368707
llvm-svn: 369141
This commit is contained in:
parent
a657e27486
commit
97a41256df
@ -1236,11 +1236,9 @@ Error JITDylib::lodgeQuery(std::shared_ptr<AsynchronousSymbolQuery> &Q,
|
|||||||
if (!NewDefs)
|
if (!NewDefs)
|
||||||
return NewDefs.takeError();
|
return NewDefs.takeError();
|
||||||
|
|
||||||
llvm::dbgs() << "NewDefs is " << *NewDefs << "\n";
|
|
||||||
if (!NewDefs->empty()) {
|
if (!NewDefs->empty()) {
|
||||||
for (auto &D : *NewDefs)
|
for (auto &D : *NewDefs)
|
||||||
Unresolved.erase(D);
|
Unresolved.erase(D);
|
||||||
llvm::dbgs() << "NewDefs is now " << *NewDefs << "\n";
|
|
||||||
lodgeQueryImpl(Q, *NewDefs, MatchNonExported, MUs);
|
lodgeQueryImpl(Q, *NewDefs, MatchNonExported, MUs);
|
||||||
assert(NewDefs->empty() &&
|
assert(NewDefs->empty() &&
|
||||||
"All fallback defs should have been found by lookupImpl");
|
"All fallback defs should have been found by lookupImpl");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user