Files
clang-p2996/llvm/test/Transforms/ForcedFunctionAttrs/open-file-error.ll
2025-05-15 15:00:05 +02:00

7 lines
232 B
LLVM

; 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
}