Skip to content

Commit da0decf

Browse files
committed
[Profile] Add missing COMPILER_RT_VISIBILITY to __llvm_profile_disable_continuous_mode.
1 parent 4a11222 commit da0decf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/profile/InstrProfilingBuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COMPILER_RT_VISIBILITY void __llvm_profile_enable_continuous_mode(void) {
3333
ContinuouslySyncProfile = 1;
3434
}
3535

36-
void __llvm_profile_disable_continuous_mode(void) {
36+
COMPILER_RT_VISIBILITY void __llvm_profile_disable_continuous_mode(void) {
3737
ContinuouslySyncProfile = 0;
3838
}
3939

0 commit comments

Comments
 (0)