diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-15 11:37:24 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-15 11:37:24 +0900 |
| commit | 400540cd418af93281bad614f73ee4f8c6015023 (patch) | |
| tree | 017e84d72fe94e0e43b45af309e06df153fae9c2 /internal/rosa/llvm_amd64.go | |
| parent | 1113efa5c2f1915545a15739c9d9cb8668056cb4 (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.go | 4 |
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 |
