From 069da2e2e31fca171bc25ecbcc47c62e82aea337 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Fri, 14 Dec 2018 14:04:21 -0700 Subject: [PATCH] Do not build LLVM utils --- recipes/llvm/recipe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/llvm/recipe.sh b/recipes/llvm/recipe.sh index 25002f49a..45933eeb9 100644 --- a/recipes/llvm/recipe.sh +++ b/recipes/llvm/recipe.sh @@ -32,6 +32,7 @@ function recipe_build { -DUNIX=1 -DLLVM_ENABLE_THREADS=Off -DLLVM_INCLUDE_TESTS=Off + -DLLVM_INCLUDE_UTILS=Off -target="$HOST" -DLLVM_TABLEGEN="/usr/bin/llvm-tblgen-7" -I"$sysroot/include" -- GitLab