Skip to content

Commit 14cd48e

Browse files
authored
Add changelog entry about recent llvm change. NFC (#16256)
1 parent 74af917 commit 14cd48e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ See docs/process.md for more on how version tagging works.
2020

2121
3.1.4
2222
-----
23+
- Due to an llvm change (https://reviews.llvm.org/D118573) some clang flags
24+
that did not previously have any effect are now honored (e.g.
25+
`-fnew-alignment` and `-fshort-wchar`).
2326
- llvm dependency updated to 15.0.0 to match upstream. (#16178)
2427
- The `__EMSCRIPTEN_major__`, `__EMSCRIPTEN_minor__` and `__EMSCRIPTEN_tiny__`
2528
macros are now available via the `emscripten/version.h` header file. For the

0 commit comments

Comments
 (0)