Add CFG block count correction optimization.
This commit is contained in:
parent
04c0a500f0
commit
96e6ced072
1593
0004-Added-open-source-code-related-to-feature-extracting.patch
Normal file
1593
0004-Added-open-source-code-related-to-feature-extracting.patch
Normal file
File diff suppressed because it is too large
Load Diff
2325
0005-Add-block-correction-optimization.patch
Normal file
2325
0005-Add-block-correction-optimization.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: llvm-bolt
|
Name: llvm-bolt
|
||||||
Version: %{bolt_version}
|
Version: %{bolt_version}
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: BOLT is a post-link optimizer developed to speed up large applications
|
Summary: BOLT is a post-link optimizer developed to speed up large applications
|
||||||
License: Apache 2.0
|
License: Apache 2.0
|
||||||
URL: https://github.com/llvm/llvm-project/tree/main/bolt
|
URL: https://github.com/llvm/llvm-project/tree/main/bolt
|
||||||
@ -25,6 +25,8 @@ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%
|
|||||||
Patch1: 0001-AArch64-fix-bug-55005-handle-DW_CFA_GNU_NegateRAState.patch
|
Patch1: 0001-AArch64-fix-bug-55005-handle-DW_CFA_GNU_NegateRAState.patch
|
||||||
Patch2: 0002-AArch64-Add-AArch64-support-for-hugify.patch
|
Patch2: 0002-AArch64-Add-AArch64-support-for-hugify.patch
|
||||||
Patch3: 0003-AArch64-Add-AArch64-support-for-inline.patch
|
Patch3: 0003-AArch64-Add-AArch64-support-for-inline.patch
|
||||||
|
Patch4: 0004-Added-open-source-code-related-to-feature-extracting.patch
|
||||||
|
Patch5: 0005-Add-block-correction-optimization.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -140,6 +142,12 @@ rm -f %{buildroot}/%{_builddir}/%{bolt_srcdir}/lib/lib*.a
|
|||||||
%doc %{install_docdir}
|
%doc %{install_docdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 5 2024 Zhou Zeping <zhouzp610@126.com> 15.0.7-3
|
||||||
|
- Type:Update
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: Add CFG block count correction optimization.
|
||||||
|
|
||||||
* Thu Sep 7 2023 Xiong Zhou <xiongzhou4@huawei.com> 15.0.7-2
|
* Thu Sep 7 2023 Xiong Zhou <xiongzhou4@huawei.com> 15.0.7-2
|
||||||
- Type:Update
|
- Type:Update
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user