Sign in
llvm
/
llvm-project
/
628d53aba53204b8b7eac69b200b04bc4433deac
/
.
/
llvm
/
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
}