1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00
freebsd/lib/clang
Dimitry Andric 1c83996bed Adjust LLVM_ENABLE_ABI_BREAKING_CHECKS depending on NDEBUG
When assertions are disabled, the upstream build system disables
LLVM_ENABLE_ABI_BREAKING_CHECKS by default. Though the upstream build
system allows it to be force-enabled, it looks like that is not a
well-tested build-time configuration.

Therefore, always disable LLVM_ENABLE_ABI_BREAKING_CHECKS when
assertions are disabled, which will also save some more runtime cost
when people use WITHOUT_LLVM_ASSERTIONS.

PR:		280562
MFC after:	1 month
2024-10-24 11:53:19 +02:00
..
headers
include Adjust LLVM_ENABLE_ABI_BREAKING_CHECKS depending on NDEBUG 2024-10-24 11:53:19 +02:00
libclang Merge llvm-project release/19.x llvmorg-19.1.0-rc1-0-ga4902a36d5c2 2024-10-23 20:26:26 +02:00
libclangminimal
liblldb Merge llvm-project release/19.x llvmorg-19.1.0-rc4-0-g0c641568515a 2024-10-23 20:27:14 +02:00
libllvm Merge llvm-project release/19.x llvmorg-19.1.0-rc1-0-ga4902a36d5c2 2024-10-23 20:26:26 +02:00
libllvmminimal
clang.build.mk
clang.pre.mk
freebsd_cc_version.h
lldb.pre.mk
llvm.build.mk
llvm.pre.mk
Makefile
Makefile.inc