Skip to content

Commit

Permalink
Merge branch 'jb50037' into 'master'
Browse files Browse the repository at this point in the history
[llvm] Include utils to get FileCheck. JB#50037

See merge request mer-core/llvm!8
  • Loading branch information
rainemak committed Jun 9, 2020
2 parents b12c9ce + 3a2ec95 commit 6729bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rpm/llvm.spec
Expand Up @@ -74,7 +74,9 @@ pushd build
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
-DLLVM_PARALLEL_LINK_JOBS=1 \
-DLLVM_TARGETS_TO_BUILD="%{llvm_targets}" \
-DLLVM_TOOLS_BINARY_DIR:PATH=%{_bindir}
-DLLVM_TOOLS_BINARY_DIR:PATH=%{_bindir} \
-DLLVM_INCLUDE_UTILS:BOOL=ON \
-DLLVM_UTILS_INSTALL_DIR:PATH=%{_bindir}

%ninja_build
popd build
Expand Down

0 comments on commit 6729bbb

Please sign in to comment.