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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121151
[WebAssembly] Add new target feature in support of 'extended-const' proposal ClosedPublic Authored by sbc100 on Mar 7 2022, 12:55 PM.
Details Summary We don't yet do anything when this feature is enabled, this change
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 7 2022, 12:55 PM This revision is now accepted and ready to land.Mar 7 2022, 4:41 PM This revision was landed with ongoing or failed builds.Mar 7 2022, 4:48 PM Closed by commit rGc832edfd3fbc: [WebAssembly] Add new target feature in support of 'extended-const' proposal (authored by sbc100). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 413603 clang/docs/ClangCommandLineReference.rst
clang/include/clang/Driver/Options.td
clang/lib/Basic/Targets/WebAssembly.h
clang/lib/Basic/Targets/WebAssembly.cpp
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
|