From 6534a8a837a6a6bf9a6e38b214c9b9faaa532ac1 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Fri, 4 Mar 2016 18:33:49 +0000 Subject: [PATCH] Fix api visibility llvm-svn: 262734 --- compiler-rt/lib/profile/InstrProfilingMerge.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/profile/InstrProfilingMerge.c b/compiler-rt/lib/profile/InstrProfilingMerge.c index 820efe3..b2f1334 100644 --- a/compiler-rt/lib/profile/InstrProfilingMerge.c +++ b/compiler-rt/lib/profile/InstrProfilingMerge.c @@ -20,6 +20,7 @@ COMPILER_RT_WEAK void (*VPMergeHook)(ValueProfData *, __llvm_profile_data *) = NULL; +COMPILER_RT_VISIBILITY void __llvm_profile_merge_from_buffer(const char *ProfileData, uint64_t ProfileSize) { __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; -- 2.7.4