From 8186217922abe425ba5732a0f8bbc43b24451134 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 8 May 2017 15:13:09 +0200 Subject: [PATCH] llvm: install utils. These are needed to run tests for other LLVM-related projects. --- srcpkgs/llvm/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template index 06f92aa7ac1..fab6d25699b 100644 --- a/srcpkgs/llvm/template +++ b/srcpkgs/llvm/template @@ -7,6 +7,7 @@ lib32disabled=yes build_style=cmake configure_args=" -DCMAKE_BUILD_TYPE=Release + -DLLVM_INSTALL_UTILS=ON -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON -DLLVM_ENABLE_RTTI=ON