internal/rosa: migrate llvm source to azalea

Previous change enabled this migration.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-07-18 23:14:18 +09:00
parent b79aa3ea1c
commit 22e9e85a03
2 changed files with 18 additions and 40 deletions
+18
View File
@@ -0,0 +1,18 @@
package llvm-project {
description = "LLVM monorepo with Rosa OS patches";
anitya = 1830;
version# = "22.1.8";
output = remoteGitHub {
suffix = "llvm/llvm-project";
tag = "llvmorg-"+version;
checksum = "_QzoDE0W6cv0vfIWeLPDvqG_vKhz6IGWl1nqUUvhlKWiRzf5dMGqeC3tyS2XgI6j";
};
patches = [
"increase-stack-size-unconditional.patch",
"add-rosa-vendor.patch",
"xfail-broken-tests.patch",
"path-system-include.patch",
"path-system-libraries.patch",
];
}