Skip to content

Commit 13a4bb3

Browse files
author
Qiongsi Wu
committed
Fix test case after header renaming.
1 parent b741a55 commit 13a4bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/profile/instrprof-api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
44
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
55
// RUN: %clang_profuse=%t.profdata %s -S -emit-llvm -o - | FileCheck %s --check-prefix=PROFUSE
6-
#include "profile/instr_profiling.h"
6+
#include "profile/instr_prof_interface.h"
77

88
__attribute__((noinline)) int bar() { return 4; }
99

0 commit comments

Comments
 (0)