[clang-tools-extra] [llvm-objcopy] Add --gap-fill and --pad-to options (PR #65815)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 12:32:53 PDT 2023


quic-akaryaki wrote:

I created another PR related to missing argument values: https://github.com/llvm/llvm-project/pull/70710.
It is a problem in objdump as the LLVM args parser detects a missing value, but objdump (and many other tools) ignores it.
That will be a breaking change.

https://github.com/llvm/llvm-project/pull/65815


More information about the cfe-commits mailing list