aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-03 20:05:30 +0900
committerOphestra <cat@gensokyo.uk>2026-05-03 20:05:30 +0900
commit0f795712b0cec28023f7dc13165eda3ea9dc3dd9 (patch)
tree9dea4ec8ec0438da80804f7a5870162872af3dea /internal
parent7e2210ff712232ebfcbb5907d8528570b222144e (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/llvm.go1
1 files changed, 1 insertions, 0 deletions
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...)},
}...)
}