[PATCH] D62973: [llvm-objcopy] Changed command line parsing errors
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 14:28:28 PDT 2019
abrachet added inline comments.
================
Comment at: llvm/tools/llvm-objcopy/CopyConfig.cpp:483
errc::invalid_argument,
- "Invalid or unsupported --compress-debug-sections format: %s",
+ "invalid or unsupported --compress-debug-sections format: %s",
InputArgs.getLastArgValue(OBJCOPY_compress_debug_sections_eq)
----------------
No quotes around the format because it can only be zlib or zlib-gnu neither of which have spaces. Can be easily added though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62973/new/
https://reviews.llvm.org/D62973
More information about the llvm-commits
mailing list