Home | History | Annotate | Download | only in libLLVMCodeGen
History log of /src/external/apache2/llvm/lib/libLLVMCodeGen/Makefile
RevisionDateAuthorComments
 1.3  30-Jun-2024  mrg apply some -Wno-stringop-overread to fix build with GCC 12.4.0.

this warning-as-error happens with MachineDominators.cpp:

usr/include/g++/bits/stl_algobase.h:434:30: error: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' r
eading between 9 and 9223372036854775807 bytes from a region of size 8 [-Werror=stringop-overread]
434 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
 1.2  30-May-2021  joerg branches: 1.2.6;
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.1  11-Nov-2019  joerg branches: 1.1.4;
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
 1.1.4.1  31-May-2021  cjep sync with head
 1.2.6.1  01-Jul-2024  perseant Sync with HEAD.

RSS XML Feed