[PATCH] D65541: [llvm-objcopy][MachO] Implement --only-section

Seiya Nuta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 14:43:43 PDT 2019


seiya added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/MachO/only-section.test:6
+
+## Error case 1: Invalid section name.
+# RUN: not llvm-objcopy --only-section __text %t %t2 2>&1 \
----------------
jhenderson wrote:
> Error case 1? Where are error case 2, 3...?
It's certainly confusing. Removed `1`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65541





More information about the llvm-commits mailing list