brintos

brintos / llvm-project-archived public Read only

0
0
Text · 255 B · bd2b797 Raw
7 lines · plain
1RUN: printf '\201rforpl\377' > %t2RUN: not llvm-profdata show %t 2>&1 | FileCheck %s3RUN: printf '\377lprofr\201' > %t4RUN: not llvm-profdata show %t 2>&1 | FileCheck %s5 6CHECK: error: {{.+}}: invalid instrumentation profile data (file header is corrupt)7