mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
enable lld project
This commit is contained in:
parent
4836e0c649
commit
e7577a312e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ cd llvm
|
|||
# TODO: Override LIBOMP_INSTALL_LIBDIR, because otherwise the libraries
|
||||
# are installed to /usr/lib64/$TRIPLE and clang can't find them.
|
||||
%cmake -G Ninja \
|
||||
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" \
|
||||
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld" \
|
||||
\
|
||||
\
|
||||
-DCLANG_DEFAULT_PIE_ON_LINUX=OFF \
|
||||
|
|
Loading…
Reference in a new issue