diff --git a/recipes/llvm/recipe.sh b/recipes/llvm/recipe.sh
index 25002f49ab54526a962d1f0805a50c6d012f0d22..45933eeb916a125033a77c8c00bcf36b702aac53 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"