Remove FEDORA_LLVM_LIB_SUFFIX handling

From: 6f21bc0e93
This commit is contained in:
Nikita Popov 2024-07-25 12:14:28 +00:00
parent 0dc012d3b6
commit 72d4074b9f

View file

@ -20,14 +20,6 @@ export ASMFLAGS="%{build_cflags}"
#region BEGIN: COPIED FROM CLANG
# TODO(kkleine): Make sure the paths actually work. I have the feeling this needs adjustment
pwd
%if 0%{?__isa_bits} == 64
sed -i 's/\@FEDORA_LLVM_LIB_SUFFIX\@/64/g' llvm/test/lit.cfg.py
%else
sed -i 's/\@FEDORA_LLVM_LIB_SUFFIX\@//g' llvm/test/lit.cfg.py
%endif
# Disable dwz on aarch64, because it takes a huge amount of time to decide not to optimize things.
%ifarch aarch64
%define _find_debuginfo_dwz_opts %{nil}