| Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
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@.
|
|
|