llvm-cheri: - This updates from an LLVM 13 base to an LLVM 14 base. - Save a little compile time by dropping MIPS support. The CHERI MIPS target still exists, but CheriBSD no longer supports it and the places that use it (e.g., https://cheri-compiler-explorer.cl.cam.ac.uk) use a Linux build. llvm-morello: - Minor optimization improvements
5 lines
121 B
Text
5 lines
121 B
Text
LLVM_MAJOR= 13
|
|
LLVM_RELEASE= ${LLVM_MAJOR}.0.0
|
|
SNAPDATE= 20230103
|
|
|
|
LLVM_COMMIT= 5c65f3e35c1f9a73fda125174a42336789cdafad
|