Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-30 | main/compiler-rt: remove | psykose | |
merge into llvm-runtimes | |||
2022-07-30 | main/compiler-rt: remove execinfo support | psykose | |
see: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/36722 https://www.openwall.com/lists/musl/2021/07/16/1 https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/22958 note: this is only used by GWPAsan (scudo, -fsanitize=scudo)- not any others, anyway. and even with execinfo, it's broken and hangs on start | |||
2022-06-25 | main/compiler-rt: upgrade to 14.0.6 | psykose | |
2022-06-11 | main/compiler-rt: upgrade to 14.0.5 | psykose | |
2022-06-10 | main/compiler-rt: upgrade to 14.0.4 | Marian Buschsieweke | |
2022-04-13 | main/compiler-rt: depend on llvm-test-utils for build | psykose | |
2022-03-04 | main/compiler-rt: upgrade to 13.0.1 | ptrcnull | |
replace execinfo patch with new one as old one does not work anymore | |||
2022-01-15 | main/compiler-rt: fix linter | J0WI | |
2021-12-18 | main/compiler-rt: drop subpackage -static | Jakub Jirutka | |
It doesn't make much sense in this aport. | |||
2021-12-18 | main/compiler-rt: improve aport | Jakub Jirutka | |
2021-12-18 | main/compiler-rt: build with XRay | Jakub Jirutka | |
2021-12-18 | main/compiler-rt: set COMPILER_RT_INSTALL_PATH to /usr/lib/clang/<pkgver> | Jakub Jirutka | |
So we don't have to move half of the files there manually. This seems to be more correct solution. Inspired by Arch Linux package. | |||
2021-12-18 | main/compiler-rt: build sanitizers on aarch64, ppc64le and x86_64 | Jakub Jirutka | |
2021-12-18 | main/compiler-rt: fix arch detection for ppc64le | Jakub Jirutka | |
2021-12-18 | main/compiler-rt: replace patch fixing size_t with upstream one | Jakub Jirutka | |
See-Also: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25551#note_186441 | |||
2021-10-18 | main/compiler-rt: upgrade to 12.0.1 | Misthios | |
2021-09-05 | main/compiler-rt: build all arch | J0WI | |
2021-04-05 | main/compiler-rt: rebuild against python 3.9 | Natanael Copa | |
2021-03-12 | main/compiler-rt: upgrade to 11.1.0 | Rasmus Thomsen | |
2020-07-30 | main/compiler-rt: upgrade to 10.0.1 | Leo | |
2020-04-20 | main/compiler-rt: explicitly use samurai | Natanael Copa | |
2020-03-29 | main/compiler-rt: upgrade to 10.0.0 | Rasmus Thomsen | |
2020-02-16 | main/compiler-rt: Fix compiler-rt install location | Eric Molitor | |
Alpine currently installs compiler-rt into the following location. [DESTDIR]/lib/clang/[CLANG_VERSION] However, Clang expects compiler-rt to be located at a specific location. [DESTDIR]/lib/clang/[CLANG_VERSION]/lib/[OS] This results in clang on Alpine not being able to use compiler-rt. clang -rtlib=compiler-rt hello.c /usr/bin/ld: cannot find crtbeginS.o: No such file or directory /usr/bin/ld: cannot find /usr/lib/clang/9.0.0/lib/linux/libclang_rt.builtins-x86_64.a: No such file or directory /usr/bin/ld: cannot find /usr/lib/clang/9.0.0/lib/linux/libclang_rt.builtins-x86_64.a: No such file or directory /usr/bin/ld: cannot find crtendS.o: No such file or directory This change corrects the install location and allows clang to use compiler-rt as a runtime library via -rtlib=compiler-rt. | |||
2019-12-23 | main/compiler-rt: upgrade to 9.0.1 | Rasmus Thomsen | |
2019-10-04 | main/compiler-rt: upgrade to 9.0.0 | Rasmus Thomsen | |
2019-08-08 | main/compiler-rt: upgrade to 8.0.1 | Natanael Copa | |
2019-06-11 | main/compiler-rt: enable armv7 | Natanael Copa | |
2019-06-11 | main/compiler-rt: upgrade to 8.0.0 | Rasmus Thomsen | |
2019-03-22 | main/compiler-rt: upgrade to 7.0.1 | Natanael Copa | |
use python3 and ninja. disable tests for now | |||
2019-01-14 | main/compiler-rt: fix source URL, list archs explicitly | alpine-mips-patches | |
Use source URL as listed at http://releases.llvm.org/download.html#5.0.2 | |||
2019-01-08 | main/compiler-rt: disable on armv7 and armhf | Natanael Copa | |
2019-01-07 | main/compiler-rt: upgrade to 5.0.2 | Natanael Copa | |
2017-12-29 | main/compiler-rt: upgrade to 5.0.1 | Jakub Jirutka | |
2017-11-20 | main/compiler-rt: disable on s390x | Natanael Copa | |
2017-11-19 | main/compiler-rt: fix check to not search lit in main/llvm5/src | Jakub Jirutka | |
2017-11-15 | main/compiler-rt: disable on ppc64le | Natanael Copa | |
it appears to not detect any supported architectures for some reason disable for now. | |||
2017-11-14 | [llvm]: build with MinSizeRel and our flags | xentec | |
2017-11-14 | main/compiler-rt: upgrade to 5.0.0 | xentec | |
2017-04-22 | main/compiler-rt: specify min. version for clang and llvm deps | Jakub Jirutka | |
2017-04-22 | main/compiler-rt: enable on all | Jakub Jirutka | |
This reverts commit 8783aa3b04593af250387b86508efe80cdd399e8. | |||
2017-04-22 | main/compiler-rt: temporarily disable | Jakub Jirutka | |
2017-04-22 | main/compiler-rt: enable for s390x | Jakub Jirutka | |
On request https://github.com/alpinelinux/aports/pull/1261#issuecomment-295583425. | |||
2017-04-22 | main/compiler-rt: upgrade to 4.0.0 | Jakub Jirutka | |
2017-04-20 | main/compiler-rt: no s390x support for llvm3.8 | Tuan M. Hoang | |
s390x support for compiler-rt starts from llvm3.9 | |||
2017-04-17 | main/compiler-rt: improve abuild | Jakub Jirutka | |
2017-04-05 | main/compiler-rt: upgrade to 3.8.1 | Natanael Copa | |
2016-10-26 | [various] rename dependency python to python2 | Jakub Jirutka | |
2016-03-22 | main/compiler-rt: split out from llvm package | Natanael Copa | |