llvm-project/clang/test/Profile/profile-does-not-exist.c
2015-04-06 16:33:18 +00:00

5 lines
179 B
C

// RUN: not %clang_cc1 -emit-llvm %s -o - -fprofile-instr-use=%t.nonexistent.profdata 2>&1 | FileCheck %s
// CHECK: error: Could not read profile:
// CHECK-NOT: Assertion failed