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

Simplify argument capture loop for bitcode generation.

Open kquick opened this issue 2 years ago • 0 comments

[NOTE: this PR is actually based on PR #48 and if that PR is updated, I will rebase this branch and update this PR]

Fewer conditional tests, avoids re-computation of values, uses more direct conversion of values between types, and merges adjacent blocks for more direct handling.

Adds a BitcodeError::MissingArgValue error for handling arguments where build-bom expected a following value but none was present.

kquick avatar May 28 '23 22:05 kquick