diff options
Diffstat (limited to 'repo/devel/llvm.xibuild')
-rw-r--r-- | repo/devel/llvm.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/llvm.xibuild b/repo/devel/llvm.xibuild index be70e9d..134a994 100644 --- a/repo/devel/llvm.xibuild +++ b/repo/devel/llvm.xibuild @@ -24,6 +24,7 @@ build () { -DLLVM_ENABLE_RTTI=ON \ -DLLVM_TARGETS_TO_BUILD="host;AMDGPU;BPF" \ -DLLVM_BUILD_TESTS=ON \ + -DLLVM_INSTALL_UTILS=ON \ -DLLVM_BINUTILS_INCDIR=/usr/include \ -Wno-dev -G Ninja .. && ninja @@ -31,5 +32,4 @@ build () { package () { DESTDIR=$PKG_DEST ninja install - } |