summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/autoconf
AgeCommit message (Collapse)Author
2023-05-30Fix LLVM build with host gcc 13hgutch
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.
2021-05-30Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9joerg
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.
2020-10-20Add NetBSD/aarch64eb support to */config.guess for self-building and mknative.rin
XXX Instead of patching each file, it would be better to maintain single config.*'s as done in pkgsrc... Patch provided by ryo@. OK mrg@.
2019-11-11Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)joerg