brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · dadb0c2 Raw
7 lines · plain
1REQUIRES: msan2UNSUPPORTED: target=arm{{.*}}3RUN: %msan_compiler %S/MsanParamUnpoison.cpp -o %t4RUN: %run %t -seed=1 -runs=1000 2>&1 | FileCheck %s5 6CHECK-NOT: MemorySanitizer: use-of-uninitialized-value7