2015-04-06 12:16:48 +08:00
|
|
|
// RUN: not %clang_cc1 -emit-llvm %s -fprofile-instr-use=%t.nonexistent.profdata 2>&1 | FileCheck %s
|
|
|
|
|
2015-04-06 16:16:36 +08:00
|
|
|
// CHECK: error: Could not read profile:
|
2015-04-06 12:16:48 +08:00
|
|
|
// CHECK-NOT: Assertion failed
|