Index: lib/libclang_rt/profile/Makefile =================================================================== --- lib/libclang_rt/profile/Makefile +++ lib/libclang_rt/profile/Makefile @@ -4,6 +4,8 @@ LIB= clang_rt.profile-${CRTARCH} +CFLAGS+= -fvisibility=default + SRCS+= profile/GCDAProfiling.c SRCS+= profile/InstrProfiling.c SRCS+= profile/InstrProfilingBuffer.c