[PATCH] D149917: [lld][WebAssembly] Add --keep-section flag

Alon Zakai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 09:57:07 PDT 2023


kripken requested changes to this revision.
kripken added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/lib/Driver/ToolChains/WebAssembly.cpp:154
+  if (!WasmOptPath.empty()) {
+    CmdArgs.push_back("--keep-secton=target_features");
+  }
----------------
Shouldn't `secton` => `section`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149917



More information about the cfe-commits mailing list