We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b741a55 commit 13a4bb3Copy full SHA for 13a4bb3
compiler-rt/test/profile/instrprof-api.c
@@ -3,7 +3,7 @@
3
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
4
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
5
// RUN: %clang_profuse=%t.profdata %s -S -emit-llvm -o - | FileCheck %s --check-prefix=PROFUSE
6
-#include "profile/instr_profiling.h"
+#include "profile/instr_prof_interface.h"
7
8
__attribute__((noinline)) int bar() { return 4; }
9
0 commit comments