Apply patchfiles independently for llvm and third-party dir

This commit is contained in:
Konrad Kleine 2022-11-17 14:39:40 +00:00
parent fe92758ad5
commit 10c161bb6d

View file

@ -2,7 +2,6 @@
%if %{with snapshot_build} %if %{with snapshot_build}
# Unlock LLVM Snapshot LUA functions # Unlock LLVM Snapshot LUA functions
%{llvm_sb_verbose}
%{llvm_sb} %{llvm_sb}
%endif %endif
@ -241,7 +240,9 @@ mv %{cmake_srcdir} cmake
%autopatch -m200 -p2 %autopatch -m200 -p2
cd .. cd ..
mv %{third_party_srcdir} third-party mv %{third_party_srcdir} third-party
%autosetup -n %{llvm_srcdir} -p2
%setup -T -q -b 0 -n %{llvm_srcdir}
%autopatch -M200 -p2
%py3_shebang_fix \ %py3_shebang_fix \
test/BugPoint/compile-custom.ll.py \ test/BugPoint/compile-custom.ll.py \