I was recently debugging an issue with llvm-objcopy and noticed that
there was no way to set -debug or -debug-only=xxx options.
Even though llvm-objcopy does it own custom arugment parsing I think it
is still useful to be able set common/shared llvm options like this.
This clang-tidy issue predates your change, but you might as well fix it whilst you're modifying the lines.