diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-10 01:07:25 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-10 01:07:25 +0900 |
| commit | 7319c7adf95437837d4f20b6a7fe9d6baa522991 (patch) | |
| tree | 5d90f5e1840390537cb1f6cfab739f0b3bda6f40 /internal/rosa/llvm_latest.go | |
| parent | e9c890cbb2c8c15d5db41d56b99878e500edeed0 (diff) | |
internal/rosa/llvm: use latest version on arm64
This also removes arch-specific patches because they were not useful.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm_latest.go')
| -rw-r--r-- | internal/rosa/llvm_latest.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/rosa/llvm_latest.go b/internal/rosa/llvm_latest.go index 29455eb6..71ad7daf 100644 --- a/internal/rosa/llvm_latest.go +++ b/internal/rosa/llvm_latest.go @@ -1,5 +1,3 @@ -//go:build !arm64 - package rosa // latest version of LLVM, conditional to temporarily avoid broken new releases |
