Someone might have a version of llvm-cov and llvm-profdata that they use and which is not located in /Library/Developer/CommandLineTools/usr/bin. This means that, right now, they would need to provide LLVM_BIN_DIR which is not ideal, not least since there are PREFERRED_LLVM_COV_NAMES and PREFERRED_LLVM_PROFDATA_NAMES to play with, if needed.
Someone might have a version of
llvm-cov
andllvm-profdata
that they use and which is not located in/Library/Developer/CommandLineTools/usr/bin
. This means that, right now, they would need to provideLLVM_BIN_DIR
which is not ideal, not least since there arePREFERRED_LLVM_COV_NAMES
andPREFERRED_LLVM_PROFDATA_NAMES
to play with, if needed.