diff options
Diffstat (limited to 'compiler-rt/lib/profile/InstrProfilingUtil.c')
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfilingUtil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingUtil.c b/compiler-rt/lib/profile/InstrProfilingUtil.c index e146dfca83c..96d1e47d15f 100644 --- a/compiler-rt/lib/profile/InstrProfilingUtil.c +++ b/compiler-rt/lib/profile/InstrProfilingUtil.c @@ -8,6 +8,7 @@ \*===----------------------------------------------------------------------===*/ #include "InstrProfilingUtil.h" +#include "InstrProfiling.h" #ifdef _WIN32 #include <direct.h> @@ -18,7 +19,7 @@ int mkdir(const char*, unsigned short); #include <sys/types.h> #endif -__attribute__((visibility("hidden"))) +LLVM_LIBRARY_VISIBILITY void __llvm_profile_recursive_mkdir(char *path) { int i; |

