mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
parent
ced5c791da
commit
e7a1f94f29
1 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@ popd
|
||||||
# TODO(kkleine): Follow more closely the Distribution guidelines found here: https://llvm.org/docs/BuildingADistribution.html
|
# TODO(kkleine): Follow more closely the Distribution guidelines found here: https://llvm.org/docs/BuildingADistribution.html
|
||||||
# force off shared libs as cmake macros turns it on.
|
# force off shared libs as cmake macros turns it on.
|
||||||
# TODO: Disable LLVM_UNREACHABLE_OPTIMIZE.
|
# TODO: Disable LLVM_UNREACHABLE_OPTIMIZE.
|
||||||
# TODO: LIBOMP_HAVE_VERSION_SCRIPT_FLAG should be set automatically.
|
|
||||||
# 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 \
|
||||||
|
@ -101,7 +100,6 @@ popd
|
||||||
\
|
\
|
||||||
\
|
\
|
||||||
%if %{without compat_build}
|
%if %{without compat_build}
|
||||||
-DLIBOMP_HAVE_VERSION_SCRIPT_FLAG:BOOL=ON \
|
|
||||||
-DLIBOMP_INSTALL_ALIASES=OFF \
|
-DLIBOMP_INSTALL_ALIASES=OFF \
|
||||||
%if 0%{?__isa_bits} == 64
|
%if 0%{?__isa_bits} == 64
|
||||||
-DOPENMP_LIBDIR_SUFFIX=64 \
|
-DOPENMP_LIBDIR_SUFFIX=64 \
|
||||||
|
|
Loading…
Reference in a new issue