From 0f795712b0cec28023f7dc13165eda3ea9dc3dd9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 3 May 2026 20:05:30 +0900 Subject: [PATCH] internal/rosa/llvm: enable LLVM_BUILD_TESTS This arranges for tests to be built early, and is more efficient towards the end of the build. Signed-off-by: Ophestra --- internal/rosa/llvm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 2751410c..1c15de26 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -251,6 +251,7 @@ func (t Toolchain) newLLVM() (pkg.Artifact, string) { // symbols: clock_gettime, mallopt {"COMPILER_RT_INCLUDE_TESTS", "OFF"}, + {"LLVM_BUILD_TESTS", "ON"}, {"LLVM_LIT_ARGS", litArgs(true, skipChecks...)}, }...) }