• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: not %clang_cc1 -emit-llvm %s -o - -fprofile-instrument-use-path=%t.nonexistent.profdata 2>&1 | FileCheck %s
2 
3 // CHECK: error: Could not read profile {{.*}}.nonexistent.profdata:
4 // CHECK-NOT: Assertion failed
5