Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src
Module Name: src
Committed By: martin
Date: Mon Jul 3 09:39:39 UTC 2023
Modified Files:
src/external/apache2/llvm/autoconf/include/llvm/Config [netbsd-10]:
config.h.in
src/tools/llvm-lib/libLLVMSupport [netbsd-10]: Makefile
Log Message:
Pull up following revision(s) (requested by hgutch in ticket #223):
tools/llvm-lib/libLLVMSupport/Makefile: revision 1.2
external/apache2/llvm/autoconf/include/llvm/Config/config.h.in: revision 1.3
Fix LLVM build with host gcc 13
Building LLVM with a host gcc 13 fails and suggests including <cstdint>
in external/apache2/llvm/dist/llvm/include/llvm/Support/Signals.h .
Instead of this, joerg@ suggested not modifying the llvm vendor branch
but instead working around this in our LLVM build infrastructure.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 \
src/external/apache2/llvm/autoconf/include/llvm/Config/config.h.in
cvs rdiff -u -r1.1 -r1.1.56.1 src/tools/llvm-lib/libLLVMSupport/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index