OpenGrok
Cross Reference: Makefile.inc
xref
: /
src
/
external
/
apache2
/
llvm
/
librt
/
Makefile.inc
Home
|
History
|
Annotate
|
Download
|
only in
librt
History log of
/src/external/apache2/llvm/librt/Makefile.inc
Revision
Date
Author
Comments
1.5
08-Aug-2023
mrg
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.
1.4
30-May-2021
joerg
Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9
This enables the use of modules for a significant build performance gain
when building with clang as host compiler or when using HAVE_LLVM=yes.
Switch libc++ to using the copy from the mono-repo.
1.3
07-Sep-2020
christos
branches: 1.3.2;
Disable an init-list-lifetime warning from gcc-9.
1.2
07-Sep-2020
mrg
apply some GCC 9 -Wno-error*
1.1
11-Nov-2019
joerg
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
1.3.2.1
31-May-2021
cjep
sync with head
Indexes created Fri May 01 00:23:41 UTC 2026