From 6f21bc0e93b271f53cf5bcbeac23e8d9215e390a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 4 Oct 2023 11:56:07 +0200 Subject: [PATCH] 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. --- clang.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/clang.spec b/clang.spec index e198b9c..2913c86 100644 --- a/clang.spec +++ b/clang.spec @@ -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 /')