blob: 61db001d7eb1e4f3aa9f69a979bf62ab8daeb49e (
plain)
1
2
3
4
5
6
|
; 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
}
|