[lld] 700402b - [lld-macho] Don't put an antivirus test file in reproduce.s
Jez Ng via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 15:03:11 PDT 2021
Author: Jez Ng
Date: 2021-04-27T18:02:59-04:00
New Revision: 700402b00eccea338206604ac5ffbde7c9493329
URL: https://github.com/llvm/llvm-project/commit/700402b00eccea338206604ac5ffbde7c9493329
DIFF: https://github.com/llvm/llvm-project/commit/700402b00eccea338206604ac5ffbde7c9493329.diff
LOG: [lld-macho] Don't put an antivirus test file in reproduce.s
It appears that some antivirii do not recognize that "this is a
test": https://reviews.llvm.org/D101218#2720676
Reviewed By: #lld-macho, smeenai
Differential Revision: https://reviews.llvm.org/D101402
Added:
Modified:
lld/test/MachO/reproduce.s
Removed:
################################################################################
diff --git a/lld/test/MachO/reproduce.s b/lld/test/MachO/reproduce.s
index b3460b5cd361..5f961ec40715 100644
--- a/lld/test/MachO/reproduce.s
+++ b/lld/test/MachO/reproduce.s
@@ -5,7 +5,7 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %s -o %t.dir/build1/foo.o
# RUN: echo '_main' > %t.dir/main.exports
# RUN: echo '_main' > %t.dir/main.order
-# RUN: echo 'X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*' > %t.dir/sectdata.txt
+# RUN: echo 'not a virus' > %t.dir/sectdata.txt
# RUN: cd %t.dir
# RUN: %lld -platform_version macos 10.10.0 11.0 \
# RUN: -exported_symbols_list main.exports \
More information about the llvm-commits
mailing list