ashleynh added inline comments.
Comment at: clang/include/clang/Driver/Options.td:4583-4584
def mno_extended_const : Flag<["-"], "mno-extended-const">,
Group;
+def mmulti_memories : Flag<["-"], "mmulti-memories">,
Group;
+def mno_multi_memories : Flag<["-"], "mno-multi-memorie
ashleynh updated this revision to Diff 552097.
ashleynh added a comment.
switching back to multiple memories for description
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158409/new/
https://reviews.llvm.org/D158409
Files:
clang/include/clang/Dr
ashleynh updated this revision to Diff 552096.
ashleynh added a comment.
removed -
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158409/new/
https://reviews.llvm.org/D158409
Files:
clang/include/clang/Driver/Options.td
clang/lib/Basic/Targets/
ashleynh updated this revision to Diff 552088.
ashleynh added a comment.
Squashed into one commit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158409/new/
https://reviews.llvm.org/D158409
Files:
clang/include/clang/Driver/Options.td
clang/lib
ashleynh updated this revision to Diff 552071.
ashleynh added a comment.
Addressing comments
Renamed flag, test file, and added to wasm-features.c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158409/new/
https://reviews.llvm.org/D158409
Files:
ashleynh created this revision.
ashleynh added reviewers: aheejin, dschuff, tlively.
Herald added subscribers: pmatos, asb, sunfish, hiraditya, jgravelle-google.
Herald added a project: All.
ashleynh requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: ll