Skip to content

Commit 1fb1a2e

Browse files
authored
version_114 (#5789)
1 parent aaf1dac commit 1fb1a2e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

18+
v114
19+
----
20+
1821
- Fix a bug where e.g. -O3 -Oz ran the -O3 with the opt levels of -Oz, which
1922
could inhibit inlining, for example. While this is a bugfix, it affects how
2023
commandline options are interpreted, so if you depended on the old behavior
2124
this may be a breaking change. That is, the old behavior made -O3 -Oz run the
2225
first -O3 with -Oz's opt levels, and the new behavior is to run -O3 with the
2326
proper (-O3) opt levels. This is a followup to #5333 from a previous release.
2427
(#5787)
28+
- Add pass to remove Exception Handling instructions (#5770).
29+
2530

2631
v113
2732
----

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 113)
10+
project(binaryen LANGUAGES C CXX VERSION 114)
1111
include(GNUInstallDirs)
1212

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

0 commit comments

Comments
 (0)