Remove FEDORA_LLVM_LIB_SUFFIX handling

We used to carry a patch for the lit config. We don't do this
anymore so this is dead code.
This commit is contained in:
Nikita Popov 2023-10-04 11:56:07 +02:00 committed by nikic
parent d4938d5101
commit 6f21bc0e93
1 changed files with 0 additions and 7 deletions

View File

@ -339,13 +339,6 @@ rm test/CodeGen/profile-filter.c
%global _lto_cflags %nil
%endif
%if 0%{?__isa_bits} == 64
sed -i 's/\@FEDORA_LLVM_LIB_SUFFIX\@/64/g' test/lit.cfg.py
%else
sed -i 's/\@FEDORA_LLVM_LIB_SUFFIX\@//g' test/lit.cfg.py
%endif
%ifarch s390 s390x %{arm} aarch64 %ix86 ppc64le
# Decrease debuginfo verbosity to reduce memory consumption during final library linking
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')