[PATCH] D79248: [lld][WebAssembly] Implement --unresolved-symbols

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 16:08:36 PST 2020


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/docs/WebAssembly.rst:97
+     Generate WebAssembly imports for any undefined functions.  Undefined data
+     symbols are resolved to zero as in ``ignore-all``.  This corresponds the
+     legacy ``--allow-undefined`` flag.
----------------
"corresponds the" -> "corresponds to the"


================
Comment at: lld/docs/WebAssembly.rst:98
+     symbols are resolved to zero as in ``ignore-all``.  This corresponds the
+     legacy ``--allow-undefined`` flag.
 
----------------
The copy of this text in the commit message is missing this line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79248



More information about the llvm-commits mailing list