Duncan P. N. Exon Smith | 531bb48 | 2014-03-21 20:42:28 +0000 | [diff] [blame^] | 1 | RUN: printf "warforpl" > %t |
2 | RUN: not llvm-profdata show %t 2>&1 | FileCheck %s | ||||
3 | RUN: printf "lprofraw" > %t | ||||
4 | RUN: not llvm-profdata show %t 2>&1 | FileCheck %s | ||||
5 | |||||
6 | CHECK: error: {{.+}}: Invalid header |