svn commit: r346528 - projects/runtime-coverage-v2/lib/libclang_rt/profile

Enji Cooper ngie at FreeBSD.org
Mon Apr 22 07:13:12 UTC 2019


Author: ngie
Date: Mon Apr 22 07:13:11 2019
New Revision: 346528
URL: https://svnweb.freebsd.org/changeset/base/346528

Log:
  Revert r346527
  
  I forgot there's a single C++ source file used to compile libclang_rt.profile*.a >_>.

Modified:
  projects/runtime-coverage-v2/lib/libclang_rt/profile/Makefile

Modified: projects/runtime-coverage-v2/lib/libclang_rt/profile/Makefile
==============================================================================
--- projects/runtime-coverage-v2/lib/libclang_rt/profile/Makefile	Mon Apr 22 06:59:17 2019	(r346527)
+++ projects/runtime-coverage-v2/lib/libclang_rt/profile/Makefile	Mon Apr 22 07:13:11 2019	(r346528)
@@ -9,7 +9,7 @@ CFLAGS+=	-DCOMPILER_RT_HAS_FCNTL_LCK=1
 CFLAGS+=	-DCOMPILER_RT_HAS_UNAME=1
 
 # This is needed for --coverage
-CFLAGS+=	-fvisibility=default
+CXXFLAGS+=	-fvisibility=default
 
 SRCS+=		profile/GCDAProfiling.c
 SRCS+=		profile/InstrProfiling.c


More information about the svn-src-projects mailing list