[PATCH] D135831: [lld][WebAssembly] Add `--extra-features` flag to add addional features

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 09:12:42 PDT 2022


sbc100 added a comment.

In D135831#3856019 <https://reviews.llvm.org/D135831#3856019>, @tlively wrote:

> It seems kind of strange to have features be free form strings rather than a set of flags, but maybe that's appropriate at this stage. It's certainly more flexible.

But that direction was already taken with the existing `--features=` flag right?  I'm not adding that concept here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135831



More information about the llvm-commits mailing list