Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/llvm4: add missing dependency py-setuptools to -test-utils | Jakub Jirutka | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | main/llvm4: improve abuild's support for non-default LLVM usage | Jakub Jirutka | 2017-05-17 | 1 | -17/+26 |
| | | | | | And also fix "replaces", it's inherited to subpackages, so all subpackages had replaces="llvm". | ||||
* | main/llvm4: rename lit subpkg to -test-utils, move FileCheck and not here | Jakub Jirutka | 2017-05-17 | 1 | -12/+17 |
| | | | | | | | | | | | | | | | | | | | | | It seems that overriding pkgver for a subpackage really wasn't a good idea. I still don't know what the heck happened on the build servers, but for some unknown reason lit-*.apk was not uploaded to mirrors. Also builders rebuilt llvm4 twice, even when the previous build succeeded. Anyway, I'm even more convinced that it was just a bad idea. Upstream does not actually release lit, they release only llvm with bundled lit. It has some version number in setup.py, but what if they let it unchanged between two llvm releases, despite making some changes in the lit's codebase? It's true that it's wrong to call it lit-4.0.0 when its installed as a python module with version number 0.6.0. So I kinda workarounded it by renaming this subpackage to llvm4-test-utils with provides="lit-0.6.0-rX". :) And to not leave lit here alone, I've also moved FileCheck and not utils here, 'cause these are testing utils too and lit needs them. | ||||
* | main/llvm4: rebuild after adding new subpkg | Jakub Jirutka | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | main/llvm4: add lit subpackage | Shiz | 2017-05-16 | 1 | -2/+19 |
| | |||||
* | main/llvm4: ignore test failures on s390x for now | Jakub Jirutka | 2017-04-25 | 1 | -1/+6 |
| | | | | | | | | | | | | Failing Tests (5): LLVM-Unit :: Support/SupportTests/FileOutputBuffer.Test LLVM-Unit :: Support/SupportTests/FileSystemTest.FileMapping LLVM-Unit :: Support/SupportTests/FileSystemTest.Resize LLVM :: DebugInfo/PDB/pdbdump-readwrite.test LLVM :: DebugInfo/PDB/pdbdump-write.test Build log: https://gist.github.com/jirutka/6edc951ad5b8002cf1780546cf661edc See also: https://github.com/alpinelinux/aports/pull/1261#issuecomment-296365081 | ||||
* | main/llvm4: disable check() on armhf | Jakub Jirutka | 2017-04-25 | 1 | -5/+7 |
| | | | | It takes tooo long to run them on the armhf builder. | ||||
* | llvm: update checksums and trigger rebuild | William Pitcock | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | llvm: improve musl compatibility undefs (closes github #1273) | William Pitcock | 2017-04-24 | 1 | -1/+12 |
| | |||||
* | main/llvm4: fix CheckAtomic.cmake | Jakub Jirutka | 2017-04-22 | 2 | -2/+26 |
| | |||||
* | main/llvm4: add SystemZ to targets | Jakub Jirutka | 2017-04-22 | 1 | -1/+1 |
| | | | | SystemZ is target for s390x architecture. | ||||
* | main/llvm4: add provides=llvm and omit version suffix in bin names | Jakub Jirutka | 2017-04-22 | 1 | -1/+12 |
| | |||||
* | main/llvm4: move from testing | Jakub Jirutka | 2017-04-22 | 6 | -0/+397 |