Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 07:13:11 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r346528 - projects/runtime-coverage-v2/lib/libclang_rt/profile
Message-ID:  <201904220713.x3M7DBo5004306@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904220713.x3M7DBo5004306>