[llvm] 3c0cf7e - Unbreak code_signature_lc.test on macOS after 911be05743eb606
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 18:06:09 PDT 2021
Author: Nico Weber
Date: 2021-10-26T21:05:48-04:00
New Revision: 3c0cf7e1a9a3f68113ea8db410d9e0c21a99640e
URL: https://github.com/llvm/llvm-project/commit/3c0cf7e1a9a3f68113ea8db410d9e0c21a99640e
DIFF: https://github.com/llvm/llvm-project/commit/3c0cf7e1a9a3f68113ea8db410d9e0c21a99640e.diff
LOG: Unbreak code_signature_lc.test on macOS after 911be05743eb606
Added:
Modified:
llvm/test/tools/llvm-objcopy/MachO/code_signature_lc.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objcopy/MachO/code_signature_lc.test b/llvm/test/tools/llvm-objcopy/MachO/code_signature_lc.test
index 67728f887abf..05595ceba8f7 100644
--- a/llvm/test/tools/llvm-objcopy/MachO/code_signature_lc.test
+++ b/llvm/test/tools/llvm-objcopy/MachO/code_signature_lc.test
@@ -27,7 +27,7 @@
## The ,+4d is a GNU extension which seems not to work in macOS 10.15
# RUN: sed -e '/__LINKEDIT/{N;N;N;N;d;}' \
-# RUN: -e '/LC_CODE_SIGNATURE/{N;N;N;d}' \
+# RUN: -e '/LC_CODE_SIGNATURE/{N;N;N;d;}' \
# RUN: -e '/n_strx/d' \
# RUN: -e '/dyld_stub_binder/d' %t.yaml > %t.clean.yaml
More information about the llvm-commits
mailing list