build-bom icon indicating copy to clipboard operation
build-bom copied to clipboard

Add more graceful error handling when a direct compiler command is used

Open matt-dees opened this issue 4 years ago • 1 comments

build-bom silently refuses to add .llvm_bitcode section to the build output when a direct compiler command like

build-bom generate-bitcode --clang clang-9 -- clang-9 test.c -c

is used instead of a build system call. It would be nice to notify the user of the problem.

matt-dees avatar Aug 19 '21 21:08 matt-dees

Fixed by #71

kquick avatar Mar 12 '24 16:03 kquick