Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2017 22:22:22 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r325455 - projects/runtime-coverage/lib/libclang_rt
Message-ID:  <201711052222.vA5MMMR7006714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Nov  5 22:22:22 2017
New Revision: 325455
URL: https://svnweb.freebsd.org/changeset/base/325455

Log:
  Diff reduce with ^/head

Modified:
  projects/runtime-coverage/lib/libclang_rt/Makefile.inc

Modified: projects/runtime-coverage/lib/libclang_rt/Makefile.inc
==============================================================================
--- projects/runtime-coverage/lib/libclang_rt/Makefile.inc	Sun Nov  5 22:19:13 2017	(r325454)
+++ projects/runtime-coverage/lib/libclang_rt/Makefile.inc	Sun Nov  5 22:22:22 2017	(r325455)
@@ -27,7 +27,7 @@ CFLAGS+=	-fno-builtin
 CFLAGS+=	-fno-exceptions
 CXXFLAGS+=	-fno-rtti
 .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 30700
-CFLAGS.clang+=	-fno-sanitize=safe-stack
+CFLAGS+=	-fno-sanitize=safe-stack
 .endif
 CFLAGS+=	-fno-stack-protector
 CFLAGS+=	-funwind-tables



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