mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-09 05:31:19 +00:00
2a38659521
On Windows, "no such file or directory" is the default error translation as opposed to the capitalized form on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285174 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
; RUN: not llvm-xray extract no-such-file 2>&1 | FileCheck %s
|
|
|
|
; CHECK: llvm-xray: Cannot extract instrumentation map from 'no-such-file'.
|
|
; CHECK-NEXT: {{[Nn]}}o such file or directory
|