mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
Apply patchfiles independently for llvm and third-party dir
This commit is contained in:
parent
fe92758ad5
commit
10c161bb6d
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
%if %{with snapshot_build}
|
||||
# Unlock LLVM Snapshot LUA functions
|
||||
%{llvm_sb_verbose}
|
||||
%{llvm_sb}
|
||||
%endif
|
||||
|
||||
|
@ -241,7 +240,9 @@ mv %{cmake_srcdir} cmake
|
|||
%autopatch -m200 -p2
|
||||
cd ..
|
||||
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 \
|
||||
test/BugPoint/compile-custom.ll.py \
|
||||
|
|
Loading…
Reference in a new issue