1c9baa560SEllis HoagRUN: not llvm-profdata show 2>&1 | FileCheck %s --check-prefix SHOW-REQ 2c9baa560SEllis HoagSHOW-REQ: the positional argument '<profdata-file>' is required unless '--debug-info' is provided 3c9baa560SEllis Hoag 4c9baa560SEllis HoagRUN: not llvm-profdata show file -o file 2>&1 | FileCheck %s --check-prefix SHOW-OUT 5c9baa560SEllis HoagSHOW-OUT: Input file name cannot be the same as the output file name! 6c9baa560SEllis Hoag 7c9baa560SEllis HoagRUN: not llvm-profdata 2>&1 | FileCheck %s --check-prefix EMPTY 8*493e2400SMingming LiuEMPTY: No subcommand specified! 9