From 1e636820814db1704034a0945ba177d87690225a Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Wed, 23 Dec 2020 13:45:57 -0700 Subject: [PATCH] Update llvm branch --- recipes/llvm/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/llvm/recipe.sh b/recipes/llvm/recipe.sh index 5f70e1f8d..32dbcb908 100644 --- a/recipes/llvm/recipe.sh +++ b/recipes/llvm/recipe.sh @@ -1,6 +1,6 @@ GIT=https://gitlab.redox-os.org/redox-os/llvm-project.git GIT_UPSTREAM=https://github.com/rust-lang/llvm-project.git -BRANCH=redox +BRANCH=redox-2020-07-27 function recipe_version { printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -- GitLab