[PATCH] D90690: added test & fixed broken "add more than one section" workflow in objcopy on MachO Binaries.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 13:29:20 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/MachO/add-multiple-sections.test:3
+
+# RUN: yaml2obj %s -o %t
+# RUN: echo -n FOOabcdefg > %t.foo.data
----------------
Drive-by: I think the test should be folded into add-section-64.test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90690/new/
https://reviews.llvm.org/D90690
More information about the llvm-commits
mailing list