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.
Perhaps worth a simple comment explaining what this test is for. Something like "Show that LLVM_OPTS can be used to pass internal LLVM options."