Skip to content

Commit faa5ec6

Browse files
committed
Remove build conditions print
The additional output can break tooling, at least rpmdev-bumpspec no longer works.
1 parent c27c436 commit faa5ec6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

llvm.spec

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -128,22 +128,6 @@
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}

0 commit comments

Comments
 (0)