brintos

brintos / llvm-project-archived public Read only

0
0
Text · 398 B · 53c45e3 Raw
10 lines · plain
1REQUIRES: windows2// Verify that the linker eliminating unreferenced functions (/OPT:REF) does not3// strip sancov module constructor.4RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest -Wl,-OPT:REF5 6RUN: not %run %t-SimpleCmpTest -seed=1 -runs=100000000 2>&1 | FileCheck %s7 8CHECK-NOT: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting.9CHECK: BINGO10