aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/llvm_amd64.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-10 01:07:25 +0900
committerOphestra <cat@gensokyo.uk>2026-04-10 01:07:25 +0900
commit7319c7adf95437837d4f20b6a7fe9d6baa522991 (patch)
tree5d90f5e1840390537cb1f6cfab739f0b3bda6f40 /internal/rosa/llvm_amd64.go
parente9c890cbb2c8c15d5db41d56b99878e500edeed0 (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_amd64.go')
-rw-r--r--internal/rosa/llvm_amd64.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/rosa/llvm_amd64.go b/internal/rosa/llvm_amd64.go
deleted file mode 100644
index dc28c367..00000000
--- a/internal/rosa/llvm_amd64.go
+++ /dev/null
@@ -1,4 +0,0 @@
-package rosa
-
-// clangPatches are patches applied to the LLVM source tree for building clang.
-var clangPatches []KV