llvm-project/clang/test/Profile/profile-does-not-exist.c

5 lines
174 B
C
Raw Normal View History

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