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
[docs] Fix build-docs.sh
[llvm-project.git]
/
compiler-rt
/
test
/
fuzzer
/
fuzzer-printcovpcs.test
blob
751dc9f224f09ab55eb5bafd2b152a946a681dc3
1
UNSUPPORTED: 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