K 10 svn:author V 3 dim K 8 svn:date V 27 2021-12-22T10:12:17.754474Z K 7 svn:log V 723 Fix the mips64 world build after r364284. Linking the full version of clang 11 results in errors similar to: lld: error: /usr/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:736:(.text._ZN5clang4ento22CreateAnalysisConsumerERNS_16CompilerInstanceE+0xE0): relocation R_MIPS_CALL16 out of range: 48920 is not in [-32768, 32767]; references operator new(unsigned long) Add -mxgot to the compilation flags for llvm libraries to work around this error. This may be too big of a hammer, but it can always be refined later. MFC after: 6 weeks (cherry picked from commit 7eee1720520faaeee2dd91f23092b39f83b89216) Git Hash: 3392ecd6d2a0368f77c3a1397b54023db74e21a9 Git Author: dim@FreeBSD.org END