Previously you would get this error:
error: unsupported load command (cmd=0x2d)
If the binary you were redefining the symbols of contained a
LC_LINKER_OPTION load command. This command does not need to be changed
when redefining symbols so we can ignore it like many others.
@keith - this test is not a good place for adding various load commands.
I'd recommend to add a separate test (until we have a test that specifically verifies all the copied-over load commands) (and remove this directive from redefine-symbol.s)
(if yaml supports LC_LINKER_OPTION - yaml-based, if it doesn't - assembly-based)
(the test should invoke llvm-objcopy without any extra flags)