Skip to content

Commit 728b37c

Browse files
authored
Release 112 (#5486)
1 parent b291900 commit 728b37c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18+
v112
19+
----
20+
21+
- Add AbstractTypeRefining pass (#5461)
22+
- Add a mechanism to skip a pass by name (#5448)
23+
- Add TypeMerging pass (#5321)
24+
- Add TypeSSA pass (#5299)
1825
- Optimization sequences like `-O3 -Os` now do the expected thing and run `-O3`
1926
followed by `-Os`. Previously the last of them set the defaults that were used
2027
by all executions, so `-O3 -Os` was equivalent to `-Os -Os`. (There is no

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
77
# to reduce this for compatability with emsdk.
88
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
99

10-
project(binaryen LANGUAGES C CXX VERSION 111)
10+
project(binaryen LANGUAGES C CXX VERSION 112)
1111
include(GNUInstallDirs)
1212

1313
# The C++ standard whose features are required to build Binaryen.

0 commit comments

Comments
 (0)