Skip to content

Commit 5932aa2

Browse files
committed
[WIP] DO NOT MERGE Point the cheri-alliance-llvm target to codasip-rebased.
Temporarily point the default branch of the cheri-alliance-llvm to the private repository with the latest rebased branch. This unbreaks cheribsd builds, but should not be used as the official solution.
1 parent 953e90e commit 5932aa2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pycheribuild/projects/cross/llvm.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,11 @@ def get_native_install_path(cls, config: CheriConfig):
771771

772772

773773
class BuildCheriAllianceLLVM(BuildLLVMMonoRepoBase):
774+
# repository = GitRepository(
775+
# "https://github.com/CHERI-Alliance/llvm-project.git", default_branch="codasip-cheri-riscv", force_branch=True
776+
# )
774777
repository = GitRepository(
775-
"https://github.com/CHERI-Alliance/llvm-project.git", default_branch="codasip-cheri-riscv", force_branch=True
778+
"https://github.com/veselypeta/cherillvm", default_branch="codasip-rebased", force_branch=True
776779
)
777780
default_directory_basename = "cheri-alliance-llvm-project"
778781
target = "cheri-alliance-llvm"

0 commit comments

Comments
 (0)