SDK v9.0.1
Bug fixes
- #269 - Fixed an off-by-one error in the MMC3 8k banking linker script
- This produced invalid ROMs if PRG-ROM was set to less than the maximum size.
Optimizations
- llvm-mos/llvm-mos#426 - Made compiler default to
-ffunction-sections
and-fdata-sections
when LTO is disabled so that linker garbage collection can work while the libcalls are out of LTO.
Miscellaneous
- Merged from llvm/llvm-project@10f15e2