xref: /llvm-project/llvm/test/tools/llvm-xray/X86/no-such-file.txt (revision 42a21778f61cdc8462ce2cfb6ad7bc1992b2063c)
1; RUN: not llvm-xray extract no-such-file 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
2
3; CHECK: llvm-xray: Cannot extract instrumentation map from 'no-such-file'.
4; CHECK-NEXT: [[MSG]]
5