bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-profdata/errors.test

9 lines
423 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
RUN: not llvm-profdata show 2>&1 | FileCheck %s --check-prefix SHOW-REQ
SHOW-REQ: the positional argument '<profdata-file>' is required unless '--debug-info' is provided
RUN: not llvm-profdata show file -o file 2>&1 | FileCheck %s --check-prefix SHOW-OUT
SHOW-OUT: Input file name cannot be the same as the output file name!
RUN: not llvm-profdata 2>&1 | FileCheck %s --check-prefix EMPTY
EMPTY: No subcommand specified!