diff --git a/lld/wasm/Driver.cpp b/lld/wasm/Driver.cpp index 7523755806ab9..cb7ca13ebd6ae 100644 --- a/lld/wasm/Driver.cpp +++ b/lld/wasm/Driver.cpp @@ -474,7 +474,6 @@ static void setConfigs() { if (config->shared) { config->importMemory = true; config->importUndefined = true; - config->unresolvedSymbols = UnresolvedPolicy::Ignore; } }