mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 18:36:50 +00:00
Fix if
This commit is contained in:
parent
9bb1431347
commit
bb9889e4e5
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ LLVM's modified googletest sources.
|
|||
-DLLVM_VERSION_SUFFIX='' \
|
||||
%endif
|
||||
%endif
|
||||
if %{with pgo_instrumented_build}
|
||||
%if %{with pgo_instrumented_build}
|
||||
-DLLVM_BUILD_INSTRUMENTED=IR \
|
||||
-DLLVM_BUILD_RUNTIME=No \
|
||||
-DCMAKE_C_COMPILER=/usr/bin/clang \
|
||||
|
|
Loading…
Reference in a new issue