Re: Why does devel/llvm18 not exclude FLANG for armv6? ( devel/llvm17 does exclude FLANG for armv6 )
Date: Tue, 06 Feb 2024 17:16:40 UTC
On Feb 6, 2024, at 07:38, Brooks Davis <brooks@freebsd.org> wrote: > On Tue, Feb 06, 2024 at 02:41:32AM -0800, Mark Millard wrote: >> With "-" for llvm17 and "+" for llvm18, for some >> reason FLANG is no longer excluded for armv6 >> (text from a Makefile diff): >> >> -OPTIONS_EXCLUDE_armv6+= FLANG OPENMP >> +OPTIONS_EXCLUDE_armv6+= OPENMP >> >> Is this deliberate? > > That appears to be a local diff. I've got: > > OPTIONS_EXCLUDE_armv6+= FLANG OPENMP > OPTIONS_EXCLUDE_armv7+= FLANG OPENMP > OPTIONS_EXCLUDE_i386= FLANG OPENMP > OPTIONS_EXCLUDE_powerpc= FLANG OPENMP > OPTIONS_EXCLUDE_riscv64= LLDB Hmm. I've no clue how that FLANG ended up missing but git certainly has it. Sorry for the noise. === Mark Millard marklmi at yahoo.com