From cfd785d3f71c11fab335f6b19d1294c43cb00098 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 30 Mar 2022 13:07:29 -0600
Subject: [PATCH] Update LLVM

---
 recipes/llvm/recipe.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/llvm/recipe.sh b/recipes/llvm/recipe.sh
index 32dbcb908..ab413e210 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-2020-07-27
+BRANCH=redox-2022-03-18
 
 function recipe_version {
     printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -57,8 +57,8 @@ function recipe_build {
         -DLLVM_TOOL_LTO_BUILD=Off
         -DPYTHON_EXECUTABLE="/usr/bin/python2"
         -DUNIX=1
-        -target="$HOST"
-        -I"$sysroot/include"
+        #-target="$HOST"
+        #-I"$sysroot/include"
         -Wno-dev
     )
     set -x
-- 
GitLab