aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/llvm_amd64.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-15 11:37:24 +0900
committerOphestra <cat@gensokyo.uk>2026-03-15 11:37:24 +0900
commit400540cd418af93281bad614f73ee4f8c6015023 (patch)
tree017e84d72fe94e0e43b45af309e06df153fae9c2 /internal/rosa/llvm_amd64.go
parent1113efa5c2f1915545a15739c9d9cb8668056cb4 (diff)
internal/rosa/llvm: arch-specific patches
Broken aarch64 tests in LLVM seem unlikely to be fixed soon. 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, 4 insertions, 0 deletions
diff --git a/internal/rosa/llvm_amd64.go b/internal/rosa/llvm_amd64.go
new file mode 100644
index 00000000..febdbbdd
--- /dev/null
+++ b/internal/rosa/llvm_amd64.go
@@ -0,0 +1,4 @@
+package rosa
+
+// clangPatches are patches applied to the LLVM source tree for building clang.
+var clangPatches [][2]string