[PATCH] D59274: [WebAssembly] Add linker options to control feature checking
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 14:12:54 PDT 2019
ruiu added inline comments.
================
Comment at: lld/wasm/Options.td:159-160
+defm check_features: B<"check-features",
+ "Check feature compatibility of linked objects",
+ "Ignore feature compatibility of linked objects">;
+
----------------
Add "(default)" to the default choice just like other options.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59274/new/
https://reviews.llvm.org/D59274
More information about the llvm-commits
mailing list