diff options
Diffstat (limited to 'compiler-rt/lib/profile/InstrProfilingUtil.c')
-rw-r--r-- | compiler-rt/lib/profile/InstrProfilingUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingUtil.c b/compiler-rt/lib/profile/InstrProfilingUtil.c index 96d1e47d15f..6f0443d3bb5 100644 --- a/compiler-rt/lib/profile/InstrProfilingUtil.c +++ b/compiler-rt/lib/profile/InstrProfilingUtil.c @@ -19,7 +19,7 @@ int mkdir(const char*, unsigned short); #include <sys/types.h> #endif -LLVM_LIBRARY_VISIBILITY +COMPILER_RT_VISIBILITY void __llvm_profile_recursive_mkdir(char *path) { int i; |