[PATCH] D62578: [llvm-objcopy][MachO] Print an error message on use of unsupported options

Seiya Nuta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 15:06:49 PDT 2019


seiya marked an inline comment as done.
seiya added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp:20
 
+using namespace object;
+
----------------
alexshap wrote:
> where is this used btw ?
Used in `object_error::parse_failed`.



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62578/new/

https://reviews.llvm.org/D62578





More information about the llvm-commits mailing list