Sun, 22 Dec 2024 15:16:42 CST | login

Information for build compiler-rt-17.0.6-6.ocs23

ID20113
Package Namecompiler-rt
Version17.0.6
Release6.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/compiler-rt.git?.#4eccd1c9575c0ed724c4fcf470f8ff4f5efbe0b1
Summary"compiler-rt" runtime libraries, part of the LLVM project
DescriptionThe compiler-rt project is a part of the LLVM project.It consists of: * builtins - a simple library that provides an implementation of the low-level target-specific hooks required by code generation and other runtime components. For example, when compiling for a 32-bit target, converting a double to a 64-bit unsigned integer is compiling into a runtime call to the "__fixunsdfdi" function. The builtins library provides optimized implementations of this and other low-level routines, either in target-independent C form, or as a heavily-optimized assembly. * sanitizer runtimes - runtime libraries that are required to run the code with sanitizer instrumentation. This includes runtimes for: - AddressSanitizer - ThreadSanitizer - UndefinedBehaviorSanitizer - MemorySanitizer - LeakSanitizer - DataFlowSanitizer * profile - library which is used to collect coverage information. * BlocksRuntime - a target-independent implementation of Apple "Blocks" runtime interfaces.
Built byocs-bot
State complete
Volume DEFAULT
StartedThu, 26 Sep 2024 20:03:18 CST
CompletedThu, 26 Sep 2024 20:19:42 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/compiler-rt.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/compiler-rt.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
compiler-rt-17.0.6-6.ocs23.src.rpm (info) (download)
aarch64
compiler-rt-17.0.6-6.ocs23.aarch64.rpm (info) (download)
compiler-rt-debuginfo-17.0.6-6.ocs23.aarch64.rpm (info) (download)
compiler-rt-debugsource-17.0.6-6.ocs23.aarch64.rpm (info) (download)
loongarch64
compiler-rt-17.0.6-6.ocs23.loongarch64.rpm (info) (download)
compiler-rt-debuginfo-17.0.6-6.ocs23.loongarch64.rpm (info) (download)
compiler-rt-debugsource-17.0.6-6.ocs23.loongarch64.rpm (info) (download)
x86_64
compiler-rt-17.0.6-6.ocs23.x86_64.rpm (info) (download)
compiler-rt-debuginfo-17.0.6-6.ocs23.x86_64.rpm (info) (download)
compiler-rt-debugsource-17.0.6-6.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 17.0.6-6 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 17.0.6-5 - Rebuilt for loongarch release * Tue Jul 09 2024 Pengda Dou <doupengda@loongson.cn> - 17.0.6-4 - [Type] other - [DESC] fix build error for loongarch64 * Fri May 17 2024 zhanglimin <zhanglimin@loongson.cn> - 17.0.6-3 - Improve the support for compiler-rt on LoongArch * Thu Dec 21 2023 luffyluo <luffyluo@tencent.com> - 17.0.6-2 - fix link path error problem * Mon Dec 18 2023 Upgrade Robot <upbot@opencloudos.org> - 17.0.6-1 - Upgrade to version 17.0.6 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 16.0.6-2 - Rebuilt for OpenCloudOS Stream 23.09 * Tue Jul 11 2023 kianli <kianli@tencent.com> - 16.0.6-1 - Upgrade to 16.0.6 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 14.0.5-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 14.0.5-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Jul 27 2022 doriscchao <doriscchao@tencent.com> - 14.0.5-1 - initial build, Version 14.0.5, Release 1