ports/devel/llvm-cheriot/Makefile.COMMANDS
Brooks Davis 72ae5276b7 devel/llvm-{cheri,cheriot,morello}: new snapshots
Major changes:
    llvm-cheri: merge LLVM 15
    llvm-cheriot: switch the fork at github.com/CHERIoT-Platform
    llvm-morello: merge LLVM 14

Rework patching and filtering of commands and man pages to better
accomdate version skew between the different ports now that all three
have different bases.

Centralize the addition of ${.CURDIR}/files to EXTRA_PATCHS.
2024-01-23 22:33:31 +00:00

11 lines
520 B
Text

.include "${.CURDIR}/../llvm-cheri/Makefile.COMMANDS"
# Work around version skew with llvm-cheri
# llvm 14 additions
LLVM_COMMANDS:= ${LLVM_COMMANDS:Nllvm-debuginfod-find:Nllvm-tli-checker}
CLANG_COMMANDS:=${CLANG_COMMANDS:Nclang-linker-wrapper:Nclang-nvlink-wrapper:Nclang-repl}
# llvm 14 removals
LLD_COMMANDS+= ld64.lld.darwinnew ld64.lld.darwinold
# llvm 15 additions
LLVM_COMMANDS:= ${LLVM_COMMANDS:Nllvm-debuginfod:Nllvm-dwarfutil:Nllvm-remark-size-diff}
CLANG_COMMANDS:=${CLANG_COMMANDS:Nclang-offload-packager}