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