[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / tools / llvm-profdata / errors.test
blob6cf2a5ffac6e2f3e286931b9db8145cd4f6ceb2f
1 RUN: not llvm-profdata show 2>&1 | FileCheck %s --check-prefix SHOW-REQ
2 SHOW-REQ: the positional argument '<profdata-file>' is required unless '--debug-info' is provided
4 RUN: not llvm-profdata show file -o file 2>&1 | FileCheck %s --check-prefix SHOW-OUT
5 SHOW-OUT: Input file name cannot be the same as the output file name!
7 RUN: not llvm-profdata 2>&1 | FileCheck %s --check-prefix EMPTY
8 EMPTY: No subcommand specified!