[PATCH] D111164: Regenerate LC_CODE_SIGNATURE during llvm-objcopy operations
Daniel RodrÃguez Troitiño via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 16:29:33 PDT 2021
drodriguez added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/MachO/code_signature_lc.test:27-35
+# RUN: sed -e '/__LINKEDIT/,+4d' \
+# RUN: -e '/LC_CODE_SIGNATURE/,+3d' \
+# RUN: -e '/n_strx/d' \
+# RUN: -e '/dyld_stub_binder/d' %t.yaml > %t.clean.yaml
+
+# RUN: sed -e '/__LINKEDIT/,+4d' \
+# RUN: -e '/LC_CODE_SIGNATURE/,+3d' \
----------------
We are aware that one of these seems not to work with macOS `sed`. We are looking into how to fix. If somebody feels this need to be reverted, please do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111164/new/
https://reviews.llvm.org/D111164
More information about the llvm-commits
mailing list