aboutsummaryrefslogtreecommitdiffstats
path: root/main/compiler-rt
Commit message (Collapse)AuthorAgeFilesLines
* main/compiler-rt: explicitly use samuraiNatanael Copa2020-04-201-1/+1
|
* main/compiler-rt: upgrade to 10.0.0Rasmus Thomsen2020-03-291-4/+4
|
* main/compiler-rt: Fix compiler-rt install locationEric Molitor2020-02-161-3/+4
| | | | | | | | | | | | | | | | | | 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.
* main/compiler-rt: upgrade to 9.0.1Rasmus Thomsen2019-12-231-5/+5
|
* main/compiler-rt: upgrade to 9.0.0Rasmus Thomsen2019-10-041-6/+6
|
* main/compiler-rt: upgrade to 8.0.1Natanael Copa2019-08-081-5/+5
|
* main/compiler-rt: enable armv7Natanael Copa2019-06-111-1/+1
|
* main/compiler-rt: upgrade to 8.0.0Rasmus Thomsen2019-06-112-21/+10
|
* main/compiler-rt: upgrade to 7.0.1Natanael Copa2019-03-222-10/+27
| | | | | use python3 and ninja. disable tests for now
* main/compiler-rt: fix source URL, list archs explicitlyalpine-mips-patches2019-01-141-2/+2
| | | | | Use source URL as listed at http://releases.llvm.org/download.html#5.0.2
* main/compiler-rt: disable on armv7 and armhfNatanael Copa2019-01-081-1/+1
|
* main/compiler-rt: upgrade to 5.0.2Natanael Copa2019-01-071-2/+2
|
* main/compiler-rt: upgrade to 5.0.1Jakub Jirutka2017-12-291-2/+2
|
* main/compiler-rt: disable on s390xNatanael Copa2017-11-201-1/+1
|
* main/compiler-rt: fix check to not search lit in main/llvm5/srcJakub Jirutka2017-11-191-2/+2
|
* main/compiler-rt: disable on ppc64leNatanael Copa2017-11-151-1/+1
| | | | | | it appears to not detect any supported architectures for some reason disable for now.
* [llvm]: build with MinSizeRel and our flagsxentec2017-11-141-1/+5
|
* main/compiler-rt: upgrade to 5.0.0xentec2017-11-141-10/+26
|
* main/compiler-rt: specify min. version for clang and llvm depsJakub Jirutka2017-04-221-1/+8
|
* main/compiler-rt: enable on allJakub Jirutka2017-04-221-1/+1
| | | | This reverts commit 8783aa3b04593af250387b86508efe80cdd399e8.
* main/compiler-rt: temporarily disableJakub Jirutka2017-04-221-1/+1
|
* main/compiler-rt: enable for s390xJakub Jirutka2017-04-221-2/+2
| | | | On request https://github.com/alpinelinux/aports/pull/1261#issuecomment-295583425.
* main/compiler-rt: upgrade to 4.0.0Jakub Jirutka2017-04-221-4/+6
|
* main/compiler-rt: no s390x support for llvm3.8Tuan M. Hoang2017-04-201-2/+2
| | | | s390x support for compiler-rt starts from llvm3.9
* main/compiler-rt: improve abuildJakub Jirutka2017-04-171-39/+16
|
* main/compiler-rt: upgrade to 3.8.1Natanael Copa2017-04-051-5/+6
|
* [various] rename dependency python to python2Jakub Jirutka2016-10-261-1/+1
|
* main/compiler-rt: split out from llvm packageNatanael Copa2016-03-221-0/+62