Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 14:07:21 -0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r346532 - projects/runtime-coverage-v2/lib/libclang_rt
Message-ID:  <201904220759.x3M7xFiw025671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Apr 22 07:59:15 2019
New Revision: 346532
URL: https://svnweb.freebsd.org/changeset/base/346532

Log:
  Really compile profile/ on all clang-supported arches

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

Modified: projects/runtime-coverage-v2/lib/libclang_rt/Makefile
==============================================================================
--- projects/runtime-coverage-v2/lib/libclang_rt/Makefile	Mon Apr 22 07:32:47 2019	(r346531)
+++ projects/runtime-coverage-v2/lib/libclang_rt/Makefile	Mon Apr 22 07:59:15 2019	(r346532)
@@ -10,7 +10,6 @@ SUBDIR+=	asan_dynamic
 SUBDIR+=	msan
 SUBDIR+=	msan_cxx
 .endif
-SUBDIR+=	profile
 SUBDIR+=	safestack
 SUBDIR+=	stats
 SUBDIR+=	stats_client
@@ -22,5 +21,7 @@ SUBDIR+=	ubsan_minimal
 SUBDIR+=	ubsan_standalone
 SUBDIR+=	ubsan_standalone_cxx
 .endif
+
+SUBDIR+=	profile
 
 .include <bsd.subdir.mk>





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