[Backport][LoongArch] Add the support for vector

(cherry picked from commit 58a806d6483358bbc687f3d684c6c3e089236ee6)
This commit is contained in:
Ami-zhang 2024-03-29 10:09:25 +08:00 committed by openeuler-sync-bot
parent 2d0abf3515
commit cd26964f99
2 changed files with 67257 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
Name: %{pkg_name} Name: %{pkg_name}
Version: %{clang_version} Version: %{clang_version}
Release: 10 Release: 11
Summary: A C language family front-end for LLVM Summary: A C language family front-end for LLVM
License: NCSA License: NCSA
@ -52,6 +52,7 @@ Patch4: 0004-add-gcc-compatible-in-BUILD_FOR_OPENEULER.patch
Patch5: 0005-backport-Disable-InterpreterExceptionTest-on-RISC-V.patch Patch5: 0005-backport-Disable-InterpreterExceptionTest-on-RISC-V.patch
Patch6: 0006-clang-LoongArch-Add-loongarch64-to-os-triple.patch Patch6: 0006-clang-LoongArch-Add-loongarch64-to-os-triple.patch
Patch7: 0007-add-more-warning-options-to-fgcc-compatible.patch Patch7: 0007-add-more-warning-options-to-fgcc-compatible.patch
Patch8: 0008-Backport-LoongArch-Add-the-support-for-vector.patch
# Patches for clang-tools-extra # Patches for clang-tools-extra
# See https://reviews.llvm.org/D120301 # See https://reviews.llvm.org/D120301
@ -380,6 +381,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_bindir}/git-clang-format %{install_bindir}/git-clang-format
%changelog %changelog
* Fri Mar 29 2024 zhanglimin <zhanglimin@loongson.cn> -17.0.6-11
- Add the support for vector on LoongArch.
* Thu Mar 28 2024 liyunfei <liyunfei33@huawei.com> -17.0.6-10 * Thu Mar 28 2024 liyunfei <liyunfei33@huawei.com> -17.0.6-10
- Add more warning options to BUILD_FOR_OPENEULER gcc compatible part 2. - Add more warning options to BUILD_FOR_OPENEULER gcc compatible part 2.