blob: cb7bef2b7043b380bf616da3e643d55dcc4ae127 [file] [log] [blame] [edit]
; RUN: not %clang_cc1 -emit-llvm -x ir %s -o - -fprofile-instrument-use=llvm -fprofile-instrument-use-path=%t.nonexistent.profdata 2>&1 | FileCheck %s
; CHECK: error: {{.*}}.nonexistent.profdata:
; CHECK-NOT: Assertion failed
define i32 @main() {
ret i32 0
}