svn commit: r339436 - in head: . contrib/gcc gnu/usr.bin/cc/cc_tools lib/clang release sys/conf sys/sys

Jan Beich jbeich at FreeBSD.org
Sun Oct 21 02:08:41 UTC 2018


Glen Barber <gjb at FreeBSD.org> writes:

> Modified: head/lib/clang/llvm.build.mk
> ==============================================================================
> --- head/lib/clang/llvm.build.mk	Fri Oct 19 00:24:23 2018	(r339435)
> +++ head/lib/clang/llvm.build.mk	Fri Oct 19 00:37:47 2018	(r339436)
> @@ -17,7 +17,7 @@ CFLAGS+=	-I${LLVM_SRCS}/include
>  CFLAGS+=	-DLLVM_BUILD_GLOBAL_ISEL
>  CFLAGS+=	-D__STDC_LIMIT_MACROS
>  CFLAGS+=	-D__STDC_CONSTANT_MACROS
> -#CFLAGS+=	-DNDEBUG
> +CFLAGS+=	-DNDEBUG

Would Clang still hit asserts instead of crashing with cryptic messages?


More information about the svn-src-all mailing list