forked from OSchip/llvm-project
parent
74296c99b3
commit
966b9a3b9d
|
@ -326,7 +326,7 @@ void SymbolTable::reportUnresolvable() {
|
|||
auto *undef = dyn_cast<Undefined>(sym);
|
||||
if (!undef)
|
||||
continue;
|
||||
if (Defined *d = undef->getWeakAlias())
|
||||
if (undef->getWeakAlias())
|
||||
continue;
|
||||
StringRef name = undef->getName();
|
||||
if (name.startswith("__imp_")) {
|
||||
|
|
Loading…
Reference in New Issue