aboutsummaryrefslogtreecommitdiffstats
path: root/main/llvm4
Commit message (Collapse)AuthorAgeFilesLines
* community/php7: add FIXME commentNatanael Copa2017-09-261-1/+1
|
* main/llvm4: add missing dependency py-setuptools to -test-utilsJakub Jirutka2017-05-171-2/+2
|
* main/llvm4: improve abuild's support for non-default LLVM usageJakub Jirutka2017-05-171-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 hereJakub Jirutka2017-05-171-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 subpkgJakub Jirutka2017-05-161-1/+1
|
* main/llvm4: add lit subpackageShiz2017-05-161-2/+19
|
* main/llvm4: ignore test failures on s390x for nowJakub Jirutka2017-04-251-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 armhfJakub Jirutka2017-04-251-5/+7
| | | | It takes tooo long to run them on the armhf builder.
* llvm: update checksums and trigger rebuildWilliam Pitcock2017-04-241-2/+2
|
* llvm: improve musl compatibility undefs (closes github #1273)William Pitcock2017-04-241-1/+12
|
* main/llvm4: fix CheckAtomic.cmakeJakub Jirutka2017-04-222-2/+26
|
* main/llvm4: add SystemZ to targetsJakub Jirutka2017-04-221-1/+1
| | | | SystemZ is target for s390x architecture.
* main/llvm4: add provides=llvm and omit version suffix in bin namesJakub Jirutka2017-04-221-1/+12
|
* main/llvm4: move from testingJakub Jirutka2017-04-226-0/+397