]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't build the malo module with clang 10
authorarichardson <arichardson@FreeBSD.org>
Wed, 14 Oct 2020 12:28:48 +0000 (12:28 +0000)
committerarichardson <arichardson@FreeBSD.org>
Wed, 14 Oct 2020 12:28:48 +0000 (12:28 +0000)
commit89c1e8319f508e8fb33e09a38fb18b3c84240608
tree612172b6f2a2a1ed77885b5ed93b758b7f3b2d0a
parent71cad0ea1c899fa5d157b330a2250dd02e0108a9
Don't build the malo module with clang 10

Compiling it with LLVM 10 triggers https://bugs.llvm.org/show_bug.cgi?id=44351
While LLVM 11 is the default compiler, I regularly build with
CROSS_TOOLCHAIN=llvm10 or use system packages for clang on Linux/macOS and
those have not been updated to 11 yet.
sys/modules/Makefile