Skip to content

Commit 6729bbb

Browse files
committed
Merge branch 'jb50037' into 'master'
[llvm] Include utils to get FileCheck. JB#50037 See merge request mer-core/llvm!8
2 parents b12c9ce + 3a2ec95 commit 6729bbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rpm/llvm.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ pushd build
7474
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
7575
-DLLVM_PARALLEL_LINK_JOBS=1 \
7676
-DLLVM_TARGETS_TO_BUILD="%{llvm_targets}" \
77-
-DLLVM_TOOLS_BINARY_DIR:PATH=%{_bindir}
77+
-DLLVM_TOOLS_BINARY_DIR:PATH=%{_bindir} \
78+
-DLLVM_INCLUDE_UTILS:BOOL=ON \
79+
-DLLVM_UTILS_INSTALL_DIR:PATH=%{_bindir}
7880

7981
%ninja_build
8082
popd build

0 commit comments

Comments
 (0)