File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 128128%bcond_without lto_build
129129%endif
130130
131- # For easier reasoning about the build configuration, print all build conditions
132- %{echo:Build conditions:}
133- %{echo:build_bolt = %{with build_bolt }}
134- %{echo:bundle_compat_lib = %{with bundle_compat_lib }}
135- %{echo:check = %{with check }}
136- %{echo:compat_build = %{with compat_build }}
137- %{echo:gold = %{with gold }}
138- %{echo:libcxx = %{with libcxx }}
139- %{echo:lldb = %{with lldb }}
140- %{echo:lto_build = %{with lto_build }}
141- %{echo:mlir = %{with mlir }}
142- %{echo:pgo = %{with pgo }}
143- %{echo:polly = %{with polly }}
144- %{echo:python_lit = %{with python_lit }}
145- %{echo:snapshot_build = %{with snapshot_build }}
146-
147131# For PGO Disable LTO for now because of LLVMgold.so not found error
148132# Use LLVM_ENABLE_LTO:BOOL=ON flags to enable LTO instead
149133%if 0%{without lto_build} || 0%{with pgo }
You can’t perform that action at this time.
0 commit comments