It is better to print an error message instead of silently ignoring unsupported options.
As mentioned in https://reviews.llvm.org/D57045, this is not the best solution and we should print which flag is not supported at some time.
Differential D62578
[llvm-objcopy][MachO] Print an error message on use of unsupported options seiya on May 29 2019, 3:35 AM. Authored by
Details It is better to print an error message instead of silently ignoring unsupported options. As mentioned in https://reviews.llvm.org/D57045, this is not the best solution and we should print which flag is not supported at some time.
Diff Detail
|