There was an error while loading. Please reload this page.
1 parent 8386031 commit e01006cCopy full SHA for e01006c
1 file changed
CHANGELOG.md
@@ -1,13 +1,19 @@
1
# LDC master
2
3
+#### Big news
4
+
5
+#### Platform support
6
7
+#### Bug fixes
8
9
+# LDC 1.32.2 (2023-05-12)
10
11
#### Big news
12
- New command-line option `--fwarn-stack-size=<threshold>` with LLVM 13+. (#4378)
13
- New command-line option `--fsplit-stack` for incremental stack allocations, see https://llvm.org/docs/SegmentedStacks.html. (#4379)
14
- New UDA `ldc.attributes.noSplitStack` disables it on a per-function basis. (#4382)
15
- New command-line option `--indent` for the `timetrace2txt` tool. (#4391)
16
-#### Platform support
-
17
#### Bug fixes
18
- Fix potentially huge compile slowdowns with `-g` and LLVM 15+. (#4354, #4393)
19
- Treat *all* LLVM warnings as regular warnings (e.g., errors with `-w`). Requires LLVM 13+. (#4384)
0 commit comments