aboutsummaryrefslogtreecommitdiff
path: root/test/profile/instrprof-error.c
blob: 4386d5321878bec0ef77ad49a2ecbee696c226cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: %clang_profgen -o %t -O3 %s
// RUN: touch %t.profraw
// RUN: chmod -w %t.profraw
// RUN: LLVM_PROFILE_FILE=%t.profraw LLVM_PROFILE_VERBOSE_ERRORS=1 %run %t 1 2>&1 | FileCheck %s
// RUN: chmod +w %t.profraw

int main(int argc, const char *argv[]) {
  if (argc < 2)
    return 1;
  return 0;
}
// CHECK: LLVM Profile: Failed to write file