travitch / build-bom

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

Include top-level command in bitcode generation (with test) #71

Closed kquick closed 3 months ago

kquick commented 3 months ago

If the primary command provided to build-bom is itself a direct compilation, build-bom needs to detect that and perform the requested bitcode generation and attachment.

This obsoletes PR #14 and closes issue #15