summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/clang: marked ~amd64-linuxFabian Groffen2018-02-021-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/clang: x86 stable (bug #644814)Thomas Deutschmann2018-01-291-1/+1
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* sys-devel/clang: Rename patch directory 5.0.0 -> 5.0.1Michał Górny2018-01-185-4/+4
|
* sys-devel/clang: Drop old (5.0.0)Michał Górny2018-01-182-298/+0
|
* sys-devel/clang: amd64 stable wrt bug #644814Mikle Kolyada2018-01-181-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/clang: Disable experimental targets on the release branchMichał Górny2018-01-091-3/+1
|
* sys-devel/clang: Update slot for master to 7Michał Górny2018-01-031-2/+2
|
* sys-devel/clang: Add a live ebuild for 6.0 branchMichał Górny2018-01-031-0/+283
|
* sys-devel/clang: marked *-macosFabian Groffen2018-01-031-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel/clang: add prefix includes patch for darwin tooFabian Groffen2018-01-022-2/+27
| | | | | | | | Like for older llvm versions, ensure clang uses the prefix include paths on Darwin. Closes: https://bugs.gentoo.org/642644 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel/clang: Unkeyword on arm (present only in old version)Michał Górny2017-12-231-1/+1
|
* sys-devel/clang: Remove live ebuild for obsolete 5.0 branchMichał Górny2017-12-211-289/+0
|
* sys-devel/clang: Fix installing manpages w/ USE=-docMichał Górny2017-12-201-0/+5
|
* sys-devel/clang: Bump to 5.0.1 (final)Michał Górny2017-12-202-8/+15
|
* sys-devel/clang: Restrict tests with USE=-testMichał Górny2017-12-152-0/+2
|
* sys-devel/clang-4.0.1: amd64 stable, bug 637210Matt Turner2017-12-141-1/+1
|
* sys-devel/clang: Do not enable docs by defaultMichał Górny2017-12-115-5/+5
| | | | Reported by leio.
* sys-devel: Update Manifest hashes.Ulrich Müller2017-12-091-6/+6
|
* sys-devel/clang: Bump to 5.0.1_rc2Michał Górny2017-12-022-0/+291
|
* sys-devel/clang: Drop unnecessary 3.8.1 versionMichał Górny2017-11-292-37/+2
|
* sys-devel/clang: Utilize partial checkoutMichał Górny2017-11-282-2/+2
|
* sys-devel/clang: x86 stable (bug #637210)Thomas Deutschmann2017-11-191-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-devel/clang: Stop enforcing external lit for tests (in <9999)Michał Górny2017-11-163-6/+0
| | | | | | | | | | | | | | | | | | | | Modify the ebuild to no longer enforce externally installed dev-python/lit for tests, effectively causing the build system to use the bundled copy of lit (along with llvm-lit). While using the external package is more canonical, its disadvantages outweight the gain. Most notably, lit is not slotted in Gentoo and the behavior of lit frequently changes subtly which caused us to require a major version match between LLVM and lit. As a result, attempting to build multiple slots of LLVM with tests enabled cause package collisions. Building both LLVM and lit simultaneously causes a circular dependency. Since lit comes from the same package as LLVM and clang requires it anyway for gtest, using the bundled copy has no added cost. However, the live ebuild is currently broken as it requires llvm-lit that is not created in the stand-alone build. This will be fixed upstream.
* sys-devel/clang: [QA] Add cmake-utils_src_prepareDavid Seifert2017-10-153-10/+7
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999Michał Górny2017-10-151-5/+0
|
* sys-devel/clang: Make the tests more verboseMichał Górny2017-10-011-0/+1
|
* sys-devel/clang: Fix using external litMichał Górny2017-10-011-1/+1
|
* sys-devel/clang: Use eapi7-ver.eclassMichał Górny2017-09-192-11/+11
|
* sys-devel/clang: Bump to 5.0.0Michał Górny2017-09-082-0/+298
|
* sys-devel/clang: Remove unused elibc_musl flagMichał Górny2017-09-082-2/+2
|
* sys-devel/clang: Forward-port LD_LIBRARY_PATH fix to 5.0.0Michał Górny2017-09-033-1/+6
| | | | | The LD_LIBRARY_PATH fix for clang-tools-extra has been missed for backporting, so include it in the 5.0.0 release.
* sys-devel/clang: Remove unnecessary Sphinx patch from 5.0.0+Michał Górny2017-08-304-18/+13
| | | | | | The Sphinx patch is no longer necessary with 5.0.0+ -- the upstream changes made it possible to get the docs building through passing a few variables to CMake.
* sys-devel/clang: Fix unused LLVM_EXPERIMENTAL... warningMichał Górny2017-08-301-4/+1
| | | | | | | | Revert back to using LLVM_TARGETS_TO_BUILD since LLVM_EXPERIMENTAL_TARGETS_TO_BUILD logic is not implemented in clang (or the installed LLVM CMake files). However, the target check is not implemented either, so we can just push the experimental targets into the regular variable.
* sys-devel/clang: Fix unused Z3_INCLUDE_DIR warningMichał Górny2017-08-302-2/+6
| | | | | Declare Z3_INCLUDE_DIR only if [z3] is enabled, to avoid unused variable warning from CMake.
* sys-devel/clang: extra tool tests were fixed upstreamMichał Górny2017-08-291-5/+1
| | | | | The extra tool tests now work correctly with static-analyzer disabled. Update the ebuild accordingly.
* sys-devel/clang: arch-type patch merged upstreamMichał Górny2017-08-292-143/+0
|
* sys-devel/clang: Rebase the patches for 9999, #628902Michał Górny2017-08-264-14/+154
|
* sys-devel/clang: Disable extra tests w/o static-analMichał Górny2017-08-263-3/+15
| | | | | | | | Tests for clang-tools-extra are disabled upstream if static-analyzer is disabled. This is related to the fact that clang-tidy requires it, and upstream did not split the tests properly (yet). Bug: https://bugs.gentoo.org/627974
* sys-devel/clang: Enable masquerades via dev-util/shadowmanMichał Górny2017-08-263-0/+36
| | | | Closes: https://github.com/gentoo/gentoo/pull/5386
* sys-devel/clang: Finally remove back-compat USE=multitargetMichał Górny2017-08-153-14/+9
|
* sys-devel/clang: Include all experimental targets in -9999Michał Górny2017-08-151-2/+7
|
* sys-devel/clang: Disable RISCV following upstreamMichał Górny2017-08-152-2/+2
|
* sys-devel/clang: Fix mv accidentally catching manpages, #626424Michał Górny2017-07-301-2/+2
|
* sys-devel/clang: Clean old upMichał Górny2017-07-252-283/+0
|
* sys-devel/clang: Adjust the slot for 9999Michał Górny2017-07-241-1/+1
|
* sys-devel/clang: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+277
|
* sys-devel/clang: Use https for llvm.orgMichał Górny2017-07-099-17/+17
|
* sys-devel/clang: Also update the git URI for extra fetchesMichał Górny2017-07-091-2/+2
|
* sys-devel/clang: Update upstream git URIMichał Górny2017-07-091-1/+1
|
* sys-devel/clang: Bump to 4.0.1Michał Górny2017-06-276-3/+286
|