3c1b4ff321
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
6 lines
314 B
Text
6 lines
314 B
Text
.include "${.CURDIR}/../llvm-cheri/Makefile.COMMANDS"
|
|
|
|
# Work around version skew with llvm-cheri
|
|
LLVM_COMMANDS:= ${LLVM_COMMANDS:Nllvm-debuginfod-find:Nllvm-tli-checker}
|
|
CLANG_COMMANDS:=${CLANG_COMMANDS:Nclang-linker-wrapper:Nclang-nvlink-wrapper:Nclang-repl}
|
|
LLD_COMMANDS+= ld64.lld.darwinnew ld64.lld.darwinold
|