[all-commits] [llvm/llvm-project] 1e4e24: [WebAssembly] Update supported features in the gen...

Dan Gohman via All-commits all-commits at lists.llvm.org
Tue Oct 25 11:45:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e4e2433bcd1a0296ef1043c462252f0d087d90c
      https://github.com/llvm/llvm-project/commit/1e4e2433bcd1a0296ef1043c462252f0d087d90c
  Author: Dan Gohman <dev at sunfishcode.online>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Basic/Targets/WebAssembly.cpp
    A clang/test/Driver/wasm-features.c

  Log Message:
  -----------
  [WebAssembly] Update supported features in the generic CPU configuration

Enable sign-ext and mutable-globals in -mcpu=generic. This makes these features
enabled by default.

These features are all [finished proposals], and all major wasm engines
support them.

[finished proposals]: https://github.com/WebAssembly/proposals/blob/main/finished-proposals.md

Differential Revision: https://reviews.llvm.org/D125728




More information about the All-commits mailing list