summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* sys-devel/clang: Remove 3.9.0 (old intermediate version)Michał Górny2017-06-031-46/+0
|
* sys-devel/clang: Drop ~arm{,64} from 3.8.1 (lost in -r2, readded in 4)Michał Górny2017-06-031-1/+1
|
* sys-devel/clang: Minimize 3.6 to be Darwin Prefix-compat onlyMichał Górny2017-06-031-3/+3
|
* sys-devel/clang: Minimize 3.5 to be Darwin Prefix-compat onlyMichał Górny2017-06-031-3/+3
|
* sys-devel/clang: Remove no-longer-useful check-reqsMichał Górny2017-04-152-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, #614844Michał Górny2017-04-152-0/+4
|
* sys-devel/clang: Revert "Fix respecting USE=debug for asserts, #614844"Michał Górny2017-04-152-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, #614844Michał Górny2017-04-142-0/+2
|
* sys-devel/clang: Enable support for Z3 backend in -9999Michał Górny2017-04-062-2/+10
|
* sys-devel/clang: Include prebuilt manpages for 4.0.0 w/ USE=-docMichał Górny2017-04-062-0/+8
|
* sys-devel/clang: Fix incorrect +x on scan-build.1 manpageMichał Górny2017-04-062-0/+4
|
* sys-devel/clang: Fix installing extra tool docs to docdirMichał Górny2017-04-062-0/+6
|
* sys-devel/clang: Fix compressing manpagesMichał Górny2017-04-062-0/+4
|
* sys-devel/clang: x86 stable wrt bug #607660Agostino Sarubbo2017-04-021-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/clang: amd64 stable wrt bug #607660Agostino Sarubbo2017-04-021-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/clang: Drop ppc/ppc64 keywordsMatt Turner2017-03-244-4/+4
| | | | | Bug: https://bugs.gentoo.org/613732 Bug: https://bugs.gentoo.org/613734
* sys-devel/clang: Bump to 4.0.0 finalMichał Górny2017-03-132-6/+6
|
* sys-devel/clang: Bump to 4.0.0rc3, fix extra tool testsMichał Górny2017-03-065-5/+230
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-289-9/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-devel/clang: add ~arm64, bug #591822Markus Meier2017-02-251-2/+2
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64"
* sys-devel/clang: Bump to 4.0.0.rc2Michał Górny2017-02-152-5/+12
|
* sys-devel/clang: Re-introduce slottingMichał Górny2017-02-152-73/+79
|
* sys-devel/clang: Fix building extra tools in -9999Michał Górny2017-02-111-2/+3
|
* sys-devel/clang: dropped ~x64-freebsdFabian Groffen2017-01-294-8/+8
| | | | Package-Manager: portage-2.3.3
* sys-devel/clang: Fix FreeBSD include removal to use real clang versionMichał Górny2017-01-292-2/+2
|
* sys-devel/clang: Switch 4.0.0rc1 to tarballs, add keywordsMichał Górny2017-01-242-22/+13
|
* sys-devel/clang: Fix matching clangrt libs to arch (on x86)Michał Górny2017-01-243-0/+142
|
* sys-devel/clang: Add 4.0.0rc1Michał Górny2017-01-192-1/+289
|
* sys-devel/clang: Build tests in src_compile()Michał Górny2017-01-191-2/+1
| | | | | | | | | Build tests in src_compile() (when enabled) rather than delaying that until src_test(). This ensures a better split between compilation phase and testing in multilib builds, i.e. you can turn off other distcc servers when first ABI starts testing. Also, it guarantees that building the tests will be tested for all ABIs, even if the actual tests fail for one of them.
* sys-devel/clang: Remove unnecessary LLVM_LIBDIR_SUFFIXMichał Górny2017-01-151-2/+0
| | | | | | Remove LLVM_LIBDIR_SUFFIX as CMake path is now obtained from llvm-config, and LLVM_LIBDIR_SUFFIX is subsequently obtained from LLVMConfig.cmake.
* sys-devel/clang: Obtain version from llvm-configMichał Górny2017-01-141-3/+5
| | | | | | | Obtain the clang version that is used for paths and executable names from llvm-config, instead of hardcoding it in ebuild. This matches the method used in upstream code (obtaining it from CMake files), and works both for release and live ebuilds.
* sys-devel/clang: Update SLOT for new scheme, use versionatorMichał Górny2017-01-141-2/+2
|
* sys-devel/clang: Switch to CMAKE_BUILD_TYPE=RelWithDebInfoMichał Górny2017-01-121-0/+5
|
* sys-devel/clang: Drop CMAKE_MIN_VERSIONJohannes Huber2017-01-011-2/+1
| | | | | | Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-devel/clang: Bump the meta for 3.9.1Michał Górny2016-12-211-0/+47
|
* sys-devel/clang: Create test lib/clang symlink only if libdir != libMichał Górny2016-12-211-1/+3
|
* sys-devel/clang: add back *-macos keyword on 3.9Fabian Groffen2016-12-201-1/+1
| | | | Package-Manager: portage-2.3.0
* sys-devel/clang: Enforce ${CHOST}-llvm-config for multilibMichał Górny2016-11-211-0/+2
|
* sys-devel/clang: Remove 3.5.0Michał Górny2016-11-151-36/+0
|
* sys-devel/clang: Remove interim 3.8.0 versionMichał Górny2016-11-121-36/+0
|
* sys-devel/clang: ppc stable wrt bug #564402Agostino Sarubbo2016-11-121-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/clang: Avoid cross-phase function calls, #596644Michał Górny2016-11-121-2/+6
|