brintos

brintos / llvm-project-archived public Read only

0
0
Text · 250 B · f77f649 Raw
7 lines · plain
1UNSUPPORTED: darwin, target={{.*(freebsd|windows).*}}2 3RUN: %cpp_compiler -fno-sanitize=address %S/Memcmp64BytesTest.cpp -o %t-NoAsanMemcmp64BytesTest4RUN: not %run %t-NoAsanMemcmp64BytesTest -seed=1 -runs=1000000   2>&1 | FileCheck %s5 6CHECK: BINGO7