summaryrefslogtreecommitdiff
path: root/main/compiler-rt
AgeCommit message (Collapse)Author
2022-09-30main/compiler-rt: removepsykose
merge into llvm-runtimes
2022-07-30main/compiler-rt: remove execinfo supportpsykose
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-25main/compiler-rt: upgrade to 14.0.6psykose
2022-06-11main/compiler-rt: upgrade to 14.0.5psykose
2022-06-10main/compiler-rt: upgrade to 14.0.4Marian Buschsieweke
2022-04-13main/compiler-rt: depend on llvm-test-utils for buildpsykose
2022-03-04main/compiler-rt: upgrade to 13.0.1ptrcnull
replace execinfo patch with new one as old one does not work anymore
2022-01-15main/compiler-rt: fix linterJ0WI
2021-12-18main/compiler-rt: drop subpackage -staticJakub Jirutka
It doesn't make much sense in this aport.
2021-12-18main/compiler-rt: improve aportJakub Jirutka
2021-12-18main/compiler-rt: build with XRayJakub Jirutka
2021-12-18main/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-18main/compiler-rt: build sanitizers on aarch64, ppc64le and x86_64Jakub Jirutka
2021-12-18main/compiler-rt: fix arch detection for ppc64leJakub Jirutka
2021-12-18main/compiler-rt: replace patch fixing size_t with upstream oneJakub Jirutka
See-Also: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/25551#note_186441
2021-10-18main/compiler-rt: upgrade to 12.0.1Misthios
2021-09-05main/compiler-rt: build all archJ0WI
2021-04-05main/compiler-rt: rebuild against python 3.9Natanael Copa
2021-03-12main/compiler-rt: upgrade to 11.1.0Rasmus Thomsen
2020-07-30main/compiler-rt: upgrade to 10.0.1Leo
2020-04-20main/compiler-rt: explicitly use samuraiNatanael Copa
2020-03-29main/compiler-rt: upgrade to 10.0.0Rasmus Thomsen
2020-02-16main/compiler-rt: Fix compiler-rt install locationEric 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-23main/compiler-rt: upgrade to 9.0.1Rasmus Thomsen
2019-10-04main/compiler-rt: upgrade to 9.0.0Rasmus Thomsen
2019-08-08main/compiler-rt: upgrade to 8.0.1Natanael Copa
2019-06-11main/compiler-rt: enable armv7Natanael Copa
2019-06-11main/compiler-rt: upgrade to 8.0.0Rasmus Thomsen
2019-03-22main/compiler-rt: upgrade to 7.0.1Natanael Copa
use python3 and ninja. disable tests for now
2019-01-14main/compiler-rt: fix source URL, list archs explicitlyalpine-mips-patches
Use source URL as listed at http://releases.llvm.org/download.html#5.0.2
2019-01-08main/compiler-rt: disable on armv7 and armhfNatanael Copa
2019-01-07main/compiler-rt: upgrade to 5.0.2Natanael Copa
2017-12-29main/compiler-rt: upgrade to 5.0.1Jakub Jirutka
2017-11-20main/compiler-rt: disable on s390xNatanael Copa
2017-11-19main/compiler-rt: fix check to not search lit in main/llvm5/srcJakub Jirutka
2017-11-15main/compiler-rt: disable on ppc64leNatanael Copa
it appears to not detect any supported architectures for some reason disable for now.
2017-11-14[llvm]: build with MinSizeRel and our flagsxentec
2017-11-14main/compiler-rt: upgrade to 5.0.0xentec
2017-04-22main/compiler-rt: specify min. version for clang and llvm depsJakub Jirutka
2017-04-22main/compiler-rt: enable on allJakub Jirutka
This reverts commit 8783aa3b04593af250387b86508efe80cdd399e8.
2017-04-22main/compiler-rt: temporarily disableJakub Jirutka
2017-04-22main/compiler-rt: enable for s390xJakub Jirutka
On request https://github.com/alpinelinux/aports/pull/1261#issuecomment-295583425.
2017-04-22main/compiler-rt: upgrade to 4.0.0Jakub Jirutka
2017-04-20main/compiler-rt: no s390x support for llvm3.8Tuan M. Hoang
s390x support for compiler-rt starts from llvm3.9
2017-04-17main/compiler-rt: improve abuildJakub Jirutka
2017-04-05main/compiler-rt: upgrade to 3.8.1Natanael Copa
2016-10-26[various] rename dependency python to python2Jakub Jirutka
2016-03-22main/compiler-rt: split out from llvm packageNatanael Copa