[PATCH] D135831: [lld][WebAssembly] Add `--extra-features` flag to add addional features
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 09:40:40 PDT 2022
tlively added a comment.
In D135831#3856024 <https://reviews.llvm.org/D135831#3856024>, @sbc100 wrote:
> 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.
Ah right, I forgot about that flag.
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