mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Use python3 shebang for opt-viewewr scripts
This commit is contained in:
parent
faa3d2dca7
commit
c8a90e4939
1 changed files with 7 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||||
Release: 0.10.rc%{rc_ver}%{?dist}
|
Release: 0.11.rc%{rc_ver}%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
|
@ -155,7 +155,9 @@ LLVM's modified googletest sources.
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n llvm-%{version}%{?rc_ver:rc%{rc_ver}}.src -p1
|
%autosetup -n llvm-%{version}%{?rc_ver:rc%{rc_ver}}.src -p1
|
||||||
|
|
||||||
pathfix.py -i %{__python3} -pn test/BugPoint/compile-custom.ll.py
|
pathfix.py -i %{__python3} -pn \
|
||||||
|
test/BugPoint/compile-custom.ll.py \
|
||||||
|
tools/opt-viewer/*.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p _build
|
mkdir -p _build
|
||||||
|
@ -417,6 +419,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 07 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.11.rc2
|
||||||
|
- Use python3 shebang for opt-viewewr scripts
|
||||||
|
|
||||||
* Thu Aug 30 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.10.rc2
|
* Thu Aug 30 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.10.rc2
|
||||||
- Drop all uses of python2 from lit tests
|
- Drop all uses of python2 from lit tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue