blob: 76894faa183c9dd4e21dfd625790b3981d73e13e [file] [log] [blame]
Duncan P. N. Exon Smith745a2bf2014-03-21 20:42:37 +00001RUN: printf '\201rforpl\377' > %t
Duncan P. N. Exon Smith531bb482014-03-21 20:42:28 +00002RUN: not llvm-profdata show %t 2>&1 | FileCheck %s
Duncan P. N. Exon Smith745a2bf2014-03-21 20:42:37 +00003RUN: printf '\377lprofr\201' > %t
Duncan P. N. Exon Smith531bb482014-03-21 20:42:28 +00004RUN: not llvm-profdata show %t 2>&1 | FileCheck %s
5
Nathan Slingerland4f823662015-11-13 03:47:58 +00006CHECK: error: {{.+}}: Invalid instrumentation profile data (file header is corrupt)