Skip to content

Commit ac2f3df

Browse files
committed
[lld][WebAssembly] Remove redundant config setting
Unresolved symbols are not currently reported when building with `-shared` or `-pie` so setting unresolvedSymbols doesn't have any effect. Differential Revision: https://reviews.llvm.org/D117737
1 parent 8457b61 commit ac2f3df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lld/wasm/Driver.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ static void setConfigs() {
474474
if (config->shared) {
475475
config->importMemory = true;
476476
config->importUndefined = true;
477-
config->unresolvedSymbols = UnresolvedPolicy::Ignore;
478477
}
479478
}
480479

0 commit comments

Comments
 (0)