[PATCH] D91577: [lld][WebAssembly] Add --unresolved-symbols=import-dynamic
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 14 14:43:45 PDT 2022
dschuff added inline comments.
================
Comment at: lld/docs/WebAssembly.rst:97
+
+ Like import-undefined but also import the addresses of unresolved data
+ symbols. This puts limitations on the type of relocations that are allowed
----------------
this is now slightly confusing since --unresolved symbols is no longer completely orthogonal to --import-undefined? Probably at least the doc for --import-undefined should go just above --unresolved-symbols
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91577/new/
https://reviews.llvm.org/D91577
More information about the llvm-commits
mailing list