Retry release.

This commit is contained in:
Christoffer Lerno
2025-03-01 21:03:21 +01:00
parent dd8e280835
commit c430ff5d09

View File

@@ -11,7 +11,7 @@
- Output llvm/asm into llvm/<platform> and asm/<platform> by default.
- Add flag `--suppress-run`. For commands which may run executable after building, skip the run step. #1931
- Add `--build-env` for build environment information.
- Deprecation of `operator(@construct)`.
- Deprecation of `@operator(construct)`.
### Fixes
- Bug appearing when `??` was combined with boolean in some cases.