svn commit: r346532 - projects/runtime-coverage-v2/lib/libclang_rt

Enji Cooper ngie at FreeBSD.org
Mon Apr 22 07:59:16 UTC 2019


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>


More information about the svn-src-projects mailing list