History log of /netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 852a3f50 30-Jun-2024 mrg <mrg@NetBSD.org>

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(

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);

show more ...


# 53d1339b 30-May-2021 joerg <joerg@NetBSD.org>

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

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.

show more ...


# 76c7fc5f 11-Nov-2019 joerg <joerg@NetBSD.org>

Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)