diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-10 02:05:11 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-10 02:05:11 +0900 |
| commit | 7fb42ba49d33ba1499488d70095882d1627c5b0a (patch) | |
| tree | 2619585417eceb696cef30cf43cc5974dc1eedb1 | |
| parent | 19a2737148609f0b40ea31cf5cd0cb809b60722f (diff) | |
internal/rosa/llvm: set LLVM_LIT_ARGS
This replaces the progress bar, which was worse than useless.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/llvm.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 48cd20a0..0768c122 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -125,6 +125,8 @@ func (t Toolchain) newLLVMVariant(variant string, attr *llvmAttr) pkg.Artifact { [2]string{"LLVM_INSTALL_BINUTILS_SYMLINKS", "ON"}, [2]string{"LLVM_INSTALL_CCTOOLS_SYMLINKS", "ON"}, + + [2]string{"LLVM_LIT_ARGS", "'--verbose'"}, ) } |
