NetBSD/external/apache2/llvm
mrg 832d47522a introduce new GCC 12 warning disables and use them in a few places
this introduces 4 new warning disable flags:

   CC_WNO_MISSING_TEMPLATE_KEYWORD
   CC_WNO_REGISTER
   CC_WNO_STRINGOP_OVERREAD
   CC_WNO_ARRAY_BOUNDS

and documents them in README.warnings.  of these, the string op
and array bounds are both problematic (real bugs) and also spurious
(not real bugs), and the other 2 are mostly temporary for older
3rd party code.

add some new uses of CC_WNO_STRINGOP_OVERFLOW.

fix m68k build for gallium and GCC 12.
2023-08-08 06:27:31 +00:00
..
autoconf Fix LLVM build with host gcc 13 2023-05-30 19:05:04 +00:00
bin Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9 2021-05-30 01:56:44 +00:00
config Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9 2021-05-30 01:56:44 +00:00
dist Remove files no longer used by 249b40b558955afe5ac2b549edcf2d7f859c8cc9 2021-05-30 02:58:06 +00:00
include Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9 2021-05-30 01:56:44 +00:00
lib bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
librt introduce new GCC 12 warning disables and use them in a few places 2023-08-08 06:27:31 +00:00
Makefile Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9 2021-05-30 01:56:44 +00:00
Makefile.inc llvm tool build: fix warning 2023-06-04 17:48:05 +00:00
link.mk Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9 2021-05-30 01:56:44 +00:00
tablegen.mk