[PATCH] D117737: [lld][WebAssembly] Remove redundant config setting

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 15:22:20 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGac2f3df8396a: [lld][WebAssembly] Remove redundant config setting (authored by sbc100).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117737/new/

https://reviews.llvm.org/D117737

Files:
  lld/wasm/Driver.cpp


Index: lld/wasm/Driver.cpp
===================================================================
--- lld/wasm/Driver.cpp
+++ lld/wasm/Driver.cpp
@@ -474,7 +474,6 @@
   if (config->shared) {
     config->importMemory = true;
     config->importUndefined = true;
-    config->unresolvedSymbols = UnresolvedPolicy::Ignore;
   }
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117737.401800.patch
Type: text/x-patch
Size: 328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220120/b052395d/attachment.bin>


More information about the llvm-commits mailing list