diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-06 13:37:44 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-06 13:57:43 +0900 |
| commit | 0243f3ffbd489462ca808529200b08f3a409c1ba (patch) | |
| tree | 6cb547e7b756dae801f4aba5d5b3b0a560e4903c /internal/rosa/llvm_riscv64.go | |
| parent | cd0beeaf8ed5fb81ba20375517c7a3bf34fd27cd (diff) | |
internal/rosa/stage0: add riscv64 tarball
This had not yet passed all test suites because emulator is prohibitively slow.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/llvm_riscv64.go')
| -rw-r--r-- | internal/rosa/llvm_riscv64.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/rosa/llvm_riscv64.go b/internal/rosa/llvm_riscv64.go new file mode 100644 index 00000000..dc28c367 --- /dev/null +++ b/internal/rosa/llvm_riscv64.go @@ -0,0 +1,4 @@ +package rosa + +// clangPatches are patches applied to the LLVM source tree for building clang. +var clangPatches []KV |
