Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sys-devel/clang: add prefix includes patch for darwin too | Fabian Groffen | 2018-01-02 | 2 | -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órny | 2017-12-23 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Remove live ebuild for obsolete 5.0 branch | Michał Górny | 2017-12-21 | 1 | -289/+0 | |
| | ||||||
* | sys-devel/clang: Fix installing manpages w/ USE=-doc | Michał Górny | 2017-12-20 | 1 | -0/+5 | |
| | ||||||
* | sys-devel/clang: Bump to 5.0.1 (final) | Michał Górny | 2017-12-20 | 2 | -8/+15 | |
| | ||||||
* | sys-devel/clang: Restrict tests with USE=-test | Michał Górny | 2017-12-15 | 2 | -0/+2 | |
| | ||||||
* | sys-devel/clang-4.0.1: amd64 stable, bug 637210 | Matt Turner | 2017-12-14 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Do not enable docs by default | Michał Górny | 2017-12-11 | 5 | -5/+5 | |
| | | | | Reported by leio. | |||||
* | sys-devel: Update Manifest hashes. | Ulrich Müller | 2017-12-09 | 1 | -6/+6 | |
| | ||||||
* | sys-devel/clang: Bump to 5.0.1_rc2 | Michał Górny | 2017-12-02 | 2 | -0/+291 | |
| | ||||||
* | sys-devel/clang: Drop unnecessary 3.8.1 version | Michał Górny | 2017-11-29 | 2 | -37/+2 | |
| | ||||||
* | sys-devel/clang: Utilize partial checkout | Michał Górny | 2017-11-28 | 2 | -2/+2 | |
| | ||||||
* | sys-devel/clang: x86 stable (bug #637210) | Thomas Deutschmann | 2017-11-19 | 1 | -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órny | 2017-11-16 | 3 | -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_prepare | David Seifert | 2017-10-15 | 3 | -10/+7 | |
| | | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3 | |||||
* | sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999 | Michał Górny | 2017-10-15 | 1 | -5/+0 | |
| | ||||||
* | sys-devel/clang: Make the tests more verbose | Michał Górny | 2017-10-01 | 1 | -0/+1 | |
| | ||||||
* | sys-devel/clang: Fix using external lit | Michał Górny | 2017-10-01 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Use eapi7-ver.eclass | Michał Górny | 2017-09-19 | 2 | -11/+11 | |
| | ||||||
* | sys-devel/clang: Bump to 5.0.0 | Michał Górny | 2017-09-08 | 2 | -0/+298 | |
| | ||||||
* | sys-devel/clang: Remove unused elibc_musl flag | Michał Górny | 2017-09-08 | 2 | -2/+2 | |
| | ||||||
* | sys-devel/clang: Forward-port LD_LIBRARY_PATH fix to 5.0.0 | Michał Górny | 2017-09-03 | 3 | -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órny | 2017-08-30 | 4 | -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... warning | Michał Górny | 2017-08-30 | 1 | -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 warning | Michał Górny | 2017-08-30 | 2 | -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 upstream | Michał Górny | 2017-08-29 | 1 | -5/+1 | |
| | | | | | The extra tool tests now work correctly with static-analyzer disabled. Update the ebuild accordingly. | |||||
* | sys-devel/clang: arch-type patch merged upstream | Michał Górny | 2017-08-29 | 2 | -143/+0 | |
| | ||||||
* | sys-devel/clang: Rebase the patches for 9999, #628902 | Michał Górny | 2017-08-26 | 4 | -14/+154 | |
| | ||||||
* | sys-devel/clang: Disable extra tests w/o static-anal | Michał Górny | 2017-08-26 | 3 | -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/shadowman | Michał Górny | 2017-08-26 | 3 | -0/+36 | |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/5386 | |||||
* | sys-devel/clang: Finally remove back-compat USE=multitarget | Michał Górny | 2017-08-15 | 3 | -14/+9 | |
| | ||||||
* | sys-devel/clang: Include all experimental targets in -9999 | Michał Górny | 2017-08-15 | 1 | -2/+7 | |
| | ||||||
* | sys-devel/clang: Disable RISCV following upstream | Michał Górny | 2017-08-15 | 2 | -2/+2 | |
| | ||||||
* | sys-devel/clang: Fix mv accidentally catching manpages, #626424 | Michał Górny | 2017-07-30 | 1 | -2/+2 | |
| | ||||||
* | sys-devel/clang: Clean old up | Michał Górny | 2017-07-25 | 2 | -283/+0 | |
| | ||||||
* | sys-devel/clang: Adjust the slot for 9999 | Michał Górny | 2017-07-24 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Branch for 5.0.0 release | Michał Górny | 2017-07-24 | 1 | -0/+277 | |
| | ||||||
* | sys-devel/clang: Use https for llvm.org | Michał Górny | 2017-07-09 | 9 | -17/+17 | |
| | ||||||
* | sys-devel/clang: Also update the git URI for extra fetches | Michał Górny | 2017-07-09 | 1 | -2/+2 | |
| | ||||||
* | sys-devel/clang: Update upstream git URI | Michał Górny | 2017-07-09 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Bump to 4.0.1 | Michał Górny | 2017-06-27 | 6 | -3/+286 | |
| | ||||||
* | sys-devel/clang: Remove 3.9.0 (old intermediate version) | Michał Górny | 2017-06-03 | 1 | -46/+0 | |
| | ||||||
* | sys-devel/clang: Drop ~arm{,64} from 3.8.1 (lost in -r2, readded in 4) | Michał Górny | 2017-06-03 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Minimize 3.6 to be Darwin Prefix-compat only | Michał Górny | 2017-06-03 | 1 | -3/+3 | |
| | ||||||
* | sys-devel/clang: Minimize 3.5 to be Darwin Prefix-compat only | Michał Górny | 2017-06-03 | 1 | -3/+3 | |
| | ||||||
* | sys-devel/clang: Remove no-longer-useful check-reqs | Michał Górny | 2017-04-15 | 2 | -64/+2 | |
| | | | | | | | Now that LLVM is split, the package is no longer horribly large in regular builds. The new sizes fit the usual limits and so do not need specific checks. Furthermore, maintaining all those values with different USE flags and compiler flags combinations. | |||||
* | sys-devel/clang: Fix passing -DNDEBUG to build, #614844 | Michał Górny | 2017-04-15 | 2 | -0/+4 | |
| | ||||||
* | sys-devel/clang: Revert "Fix respecting USE=debug for asserts, #614844" | Michał Górny | 2017-04-15 | 2 | -2/+0 | |
| | | | | | | | Turns out the issue lies within LLVM itself, wrt CMAKE_BUILD_TYPE no longer forcing -DNDEBUG while wiping out the default flags. Reverts: 9e3db5e62f63c3c169e9c60f5ac5acc43ae87160 | |||||
* | sys-devel/clang: Fix respecting USE=debug for asserts, #614844 | Michał Górny | 2017-04-14 | 2 | -0/+2 | |
| | ||||||
* | sys-devel/clang: Enable support for Z3 backend in -9999 | Michał Górny | 2017-04-06 | 2 | -2/+10 | |
| |