[PATCH] D101402: [lld-macho] Don't put an antivirus test file in reproduce.s

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 14:58:24 PDT 2021


int3 created this revision.
int3 added reviewers: lld-macho, dyung.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

It appears that some antivirii do not recognize that "this is a
test": https://reviews.llvm.org/D101218#2720676


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101402

Files:
  lld/test/MachO/reproduce.s


Index: lld/test/MachO/reproduce.s
===================================================================
--- lld/test/MachO/reproduce.s
+++ 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 \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101402.340995.patch
Type: text/x-patch
Size: 622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210427/9c441b22/attachment.bin>


More information about the llvm-commits mailing list