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.
Paths
| Differential D62578
[llvm-objcopy][MachO] Print an error message on use of unsupported options ClosedPublic Authored by seiya on May 29 2019, 3:35 AM.
Details Summary 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 Event TimelineThis revision is now accepted and ready to land.May 29 2019, 3:55 AM
Closed by commit rL362040: [llvm-objcopy][MachO] Print an error message on use of unsupported options (authored by seiya). · Explain WhyMay 29 2019, 3:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201853 llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp |
where is this used btw ?