repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
fuzzer
/
fuzzer-printcovpcs.test
blob
a7e3006c75858ceb00e8d9a646e8e0ba6915e2a2
1
UNSUPPORTED: target=aarch64{{.*}}
2
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
3
RUN: not %run %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
4
PCS-NOT: NEW_PC
5
PCS:INITED
6
PCS:NEW_PC: {{0x[a-f0-9]+}}
7
PCS:NEW_PC: {{0x[a-f0-9]+}}
8
PCS:NEW
9
PCS:BINGO
10