- Remove use of LLVMGetGlobalContext for single module compilation.

- Fixed bug where constants would get modified when slicing them. #2660
This commit is contained in:
Christoffer Lerno
2025-12-19 17:17:41 +01:00
parent 9aec5de105
commit 4e6cd4283c
6 changed files with 84 additions and 8 deletions

View File

@@ -5,6 +5,8 @@
### Changes / improvements
- Add `--custom-libc` option for custom libc implementations.
- Remove use of LLVMGetGlobalContext for single module compilation.
- Fixed bug where constants would get modified when slicing them. #2660
### Fixes
- Regression with npot vector in struct triggering an assert #2219.