summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* sys-devel/clang: Enable RISCV target on -9999Michał Górny2016-11-111-1/+1
|
* sys-devel/clang: Remove stray "fi" in CMake argsMichał Górny2016-11-021-2/+0
|
* sys-devel/clang: Pass runtime headers through header checkMichał Górny2016-11-011-3/+8
|
* sys-devel/clang: Replace the non-upstreamable lib/clang patchMichał Górny2016-11-012-90/+12
| | | | | | | Replace the non-upstream patch allowing us to alter path for lib/clang with the use of upstream CLANG_RESOURCE_DIR option (to fix file search in driver code) combined with necessary symlinking (for tests) and moves (for install) of installed headers.
* sys-devel/clang: Stop overriding incorrect LLVMgold.so locationMichał Górny2016-11-012-71/+0
| | | | | | | | Remove the patch allowing override of LLVMgold.so libdir, and the relevant override. The patch has been rejected upstream, and the case of running non-native driver considered not important enough to deserve the added complexity. I will attempt to find another (upstreamable) solution.
* sys-devel/clang: gcc-config patch went upstreamMichał Górny2016-10-252-54/+0
|
* sys-devel/clang: Fix enabling EH & RTTI reliablyMichał Górny2016-10-251-0/+4
|
* sys-devel/clang: Stable for PPC64 (bug #564402).Jeroen Roovers2016-10-151-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches
* sys-devel/clang: cross-linux test was solved alreadyMichał Górny2016-10-041-1/+0
|
* sys-devel/clang: Sphinx race conditions fixed upstreamMichał Górny2016-10-042-29/+0
|
* sys-devel/clang: Remove stale libomp check, it is PDEP nowMichał Górny2016-10-031-6/+0
|
* sys-devel/clang: Add PDEP on sys-devel/clang-runtime metaMichał Górny2016-10-031-0/+1
|
* sys-devel/clang: Wrap the new clang-cpp symlink, #478810Michał Górny2016-10-021-4/+4
|
* sys-devel/clang: Use target symlinks instead of wrappersMichał Górny2016-10-021-7/+3
| | | | | Create symlinks for ABI targets instead of wrappers since clang already processes target prefixes in argv[0].
* sys-devel/clang: Use installed lit for testsMichał Górny2016-10-011-0/+4
|
* sys-devel/clang: Remove leftover "use clang" on BSDMichał Górny2016-10-011-1/+1
|