]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Profile/profile-does-not-exist.c
Vendor import of clang trunk r238337:
[FreeBSD/FreeBSD.git] / test / Profile / profile-does-not-exist.c
1 // RUN: not %clang_cc1 -emit-llvm %s -o - -fprofile-instr-use=%t.nonexistent.profdata 2>&1 | FileCheck %s
2
3 // CHECK: error: Could not read profile:
4 // CHECK-NOT: Assertion failed