travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
46 stars 8 forks source link

Better error reporting when llvm-link is not available #4

Open travitch opened 3 years ago

travitch commented 3 years ago

Currently, the error reported when llvm-link is not available is not very expressive, and could be misinterpreted as some other file not being present. We should pre-check to ensure that llvm-link is executable before running the extract command.