[PATCH] D66283: [llvm-objcopy][MachO] Implement --add-section

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 03:27:23 PDT 2019


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/MachO/add-section.test:15
+# RUN:   | FileCheck %s -DINPUT=%t -DSECTION_DATA_FILE=%t.missing --check-prefix=NONEXSITENT-FILE
+# NONEXSITENT-FILE: error: '[[INPUT]]': '[[SECTION_DATA_FILE]]': No such file or directory
+
----------------
`No` -> `{{[Nn]}}o`

The error message is platform-dependent. On some platforms it's "No" and on others it's "no".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66283





More information about the llvm-commits mailing list