[PATCH] D121151: [WebAssembly] Add new target feature in support of 'extended-const' proposal

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 12:55:24 PST 2022


sbc100 created this revision.
Herald added subscribers: wingo, dang, ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
Herald added a project: All.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, aheejin.
Herald added projects: clang, LLVM.

We don't yet do anything when this feature is enabled, this change
just lays the ground work by accepting that there is such a feature.

See https://github.com/WebAssembly/extended-const


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121151

Files:
  clang/docs/ClangCommandLineReference.rst
  clang/include/clang/Driver/Options.td
  clang/lib/Basic/Targets/WebAssembly.cpp
  clang/lib/Basic/Targets/WebAssembly.h
  clang/test/Preprocessor/wasm-target-features.c
  llvm/lib/Target/WebAssembly/WebAssembly.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121151.413603.patch
Type: text/x-patch
Size: 6153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220307/d31b453c/attachment.bin>


More information about the cfe-commits mailing list