Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
Transforms
/
ForcedFunctionAttrs
/
open-file-error.ll
blob: 61db001d7eb1e4f3aa9f69a979bf62ab8daeb49e [
file
] [
log
] [
blame
]
; RUN: not opt -disable-output -passes='forceattrs' -forceattrs-csv-path="%S/CannotOpenFile.csv" %s 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
; CHECK: error: cannot open CSV file: [[MSG]]
define
void
@first_function
()
{
ret
void
}