]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
src.opts.mk: switch LLVM_LIBUNWIND to opt-out
authorEd Maste <emaste@FreeBSD.org>
Fri, 27 Dec 2019 16:28:43 +0000 (16:28 +0000)
committerEd Maste <emaste@FreeBSD.org>
Fri, 27 Dec 2019 16:28:43 +0000 (16:28 +0000)
commitd3a549991a2b65789f7cd1ace1bda3e0614f017b
treea3d15ecfcada3c080369a07f8c192caa91a7d6e0
parent897dc64400e66997e0b492ae4adf4118bb595883
src.opts.mk: switch LLVM_LIBUNWIND to opt-out

PowerPC switched to LLVM_LIBUNWIND along with the switch to Clang/LLVM
in r356111.  This leaves only 32-bit Arm and sparc64 not using LLVM's
unwinder, so switch the sense to opt-out.

I elected to list the individual arm MACHINE_ARCHs so future changes
are more clear if LLVM_LIBUNWIND is enabled for one or two but not all
32-bit Arm targets (see PR 233664).
share/mk/src.opts.mk