-fvisibility is a c++ thing, per gcc(1)

Followup to r324894

PR:	223179
This commit is contained in:
Enji Cooper 2017-10-23 05:11:00 +00:00
parent a4bed459c8
commit 0db4d62fc0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/runtime-coverage/; revision=324899

View File

@ -5,7 +5,7 @@
LIB= clang_rt.profile-${CRTARCH}
# This is needed for --coverage
CFLAGS+= -fvisibility=default
CXXFLAGS+= -fvisibility=default
SRCS+= profile/GCDAProfiling.c
SRCS+= profile/InstrProfiling.c