diff options
author | Sam Clegg <sbc@chromium.org> | 2022-11-03 15:06:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 22:06:32 +0000 |
commit | 8388a33e84c0730f5a7c7e89bd089ad7c9db9455 (patch) | |
tree | a4991df7be22c02204208704af25172c2932bfa0 /CHANGELOG.md | |
parent | bf1782368dc6fee2d5fb9f4dd0cada2ca04ccb30 (diff) | |
download | binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.tar.gz binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.tar.bz2 binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.zip |
Update default features to match new llvm defaults (#5212)
See: https://reviews.llvm.org/D125728
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 876a96032..d6101dc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ full changeset diff at the end of each section. Current Trunk ------------- -- Add extra `memory64` argument for `BinaryenSetMemory` and new `BinaryenMemoryIs64` C-API method to determine 64-bit memory. (#4963) +- Add extra `memory64` argument for `BinaryenSetMemory` and new + `BinaryenMemoryIs64` C-API method to determine 64-bit memory. (#4963) - `TypeBuilderSetSubType` now takes a supertype as the second argument. - `call_ref` can now take a signature type immediate in the text format. The type immediate will become mandatory in the future. @@ -25,7 +26,11 @@ Current Trunk - Implemented bottom heap types: `none`, `nofunc`, and `noextern`. RefNull expressions and null `Literal`s must now have type `nullref`, `nullfuncref`, or `nullexternref`. -* The C-API's `BinaryenTypeI31ref` and `BinaryenTypeDataref` now return nullable types. +- The C-API's `BinaryenTypeI31ref` and `BinaryenTypeDataref` now return nullable + types. +- The `sign-extension` and `mutable-globals` features are now both enabled by + default in all tools. This is in order to match llvm's defaults (See + https://reviews.llvm.org/D125728). v110 ---- |