Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sys-devel/clang: Re-introduce slotting | Michał Górny | 2017-02-15 | 2 | -73/+79 | |
| | ||||||
* | sys-devel/clang: Fix building extra tools in -9999 | Michał Górny | 2017-02-11 | 1 | -2/+3 | |
| | ||||||
* | sys-devel/clang: dropped ~x64-freebsd | Fabian Groffen | 2017-01-29 | 4 | -8/+8 | |
| | | | | Package-Manager: portage-2.3.3 | |||||
* | sys-devel/clang: Fix FreeBSD include removal to use real clang version | Michał Górny | 2017-01-29 | 2 | -2/+2 | |
| | ||||||
* | sys-devel/clang: Switch 4.0.0rc1 to tarballs, add keywords | Michał Górny | 2017-01-24 | 2 | -22/+13 | |
| | ||||||
* | sys-devel/clang: Fix matching clangrt libs to arch (on x86) | Michał Górny | 2017-01-24 | 3 | -0/+142 | |
| | ||||||
* | sys-devel/clang: Add 4.0.0rc1 | Michał Górny | 2017-01-19 | 2 | -1/+289 | |
| | ||||||
* | sys-devel/clang: Build tests in src_compile() | Michał Górny | 2017-01-19 | 1 | -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_SUFFIX | Michał Górny | 2017-01-15 | 1 | -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-config | Michał Górny | 2017-01-14 | 1 | -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 versionator | Michał Górny | 2017-01-14 | 1 | -2/+2 | |
| | ||||||
* | sys-devel/clang: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo | Michał Górny | 2017-01-12 | 1 | -0/+5 | |
| | ||||||
* | sys-devel/clang: Drop CMAKE_MIN_VERSION | Johannes Huber | 2017-01-01 | 1 | -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.1 | Michał Górny | 2016-12-21 | 1 | -0/+47 | |
| | ||||||
* | sys-devel/clang: Create test lib/clang symlink only if libdir != lib | Michał Górny | 2016-12-21 | 1 | -1/+3 | |
| | ||||||
* | sys-devel/clang: add back *-macos keyword on 3.9 | Fabian Groffen | 2016-12-20 | 1 | -1/+1 | |
| | | | | Package-Manager: portage-2.3.0 | |||||
* | sys-devel/clang: Enforce ${CHOST}-llvm-config for multilib | Michał Górny | 2016-11-21 | 1 | -0/+2 | |
| | ||||||
* | sys-devel/clang: Remove 3.5.0 | Michał Górny | 2016-11-15 | 1 | -36/+0 | |
| | ||||||
* | sys-devel/clang: Remove interim 3.8.0 version | Michał Górny | 2016-11-12 | 1 | -36/+0 | |
| | ||||||
* | sys-devel/clang: ppc stable wrt bug #564402 | Agostino Sarubbo | 2016-11-12 | 1 | -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, #596644 | Michał Górny | 2016-11-12 | 1 | -2/+6 | |
| | ||||||
* | sys-devel/clang: Enable RISCV target on -9999 | Michał Górny | 2016-11-11 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Remove stray "fi" in CMake args | Michał Górny | 2016-11-02 | 1 | -2/+0 | |
| | ||||||
* | sys-devel/clang: Pass runtime headers through header check | Michał Górny | 2016-11-01 | 1 | -3/+8 | |
| | ||||||
* | sys-devel/clang: Replace the non-upstreamable lib/clang patch | Michał Górny | 2016-11-01 | 2 | -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 location | Michał Górny | 2016-11-01 | 2 | -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 upstream | Michał Górny | 2016-10-25 | 2 | -54/+0 | |
| | ||||||
* | sys-devel/clang: Fix enabling EH & RTTI reliably | Michał Górny | 2016-10-25 | 1 | -0/+4 | |
| | ||||||
* | sys-devel/clang: Stable for PPC64 (bug #564402). | Jeroen Roovers | 2016-10-15 | 1 | -1/+1 | |
| | | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches | |||||
* | sys-devel/clang: cross-linux test was solved already | Michał Górny | 2016-10-04 | 1 | -1/+0 | |
| | ||||||
* | sys-devel/clang: Sphinx race conditions fixed upstream | Michał Górny | 2016-10-04 | 2 | -29/+0 | |
| | ||||||
* | sys-devel/clang: Remove stale libomp check, it is PDEP now | Michał Górny | 2016-10-03 | 1 | -6/+0 | |
| | ||||||
* | sys-devel/clang: Add PDEP on sys-devel/clang-runtime meta | Michał Górny | 2016-10-03 | 1 | -0/+1 | |
| | ||||||
* | sys-devel/clang: Wrap the new clang-cpp symlink, #478810 | Michał Górny | 2016-10-02 | 1 | -4/+4 | |
| | ||||||
* | sys-devel/clang: Use target symlinks instead of wrappers | Michał Górny | 2016-10-02 | 1 | -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 tests | Michał Górny | 2016-10-01 | 1 | -0/+4 | |
| | ||||||
* | sys-devel/clang: Remove leftover "use clang" on BSD | Michał Górny | 2016-10-01 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Always install wrappers for all ABIs | Michał Górny | 2016-10-01 | 1 | -34/+35 | |
| | | | | | | | | Install wrappers for all ABIs supported by the current profile rather than explicitly enabled via ABI_* flags. This makes them more consistent with ABIs supported by the compiler (it always supports all ABIs for the target) and avoids enforcing [${MULTILIB_USEDEP}] when you just need the wrappers (e.g. in tests of sys-libs/libcxx). | |||||
* | sys-devel/clang: Backport LLVM_TARGETS to 3.9.0 | Michał Górny | 2016-09-29 | 1 | -2/+12 | |
| | ||||||
* | sys-devel/clang: Use LLVM_TARGETS flags | Michał Górny | 2016-09-29 | 1 | -12/+12 | |
| | ||||||
* | sys-devel/clang: Fix the gcc-config patch not to break --gcc-toolchain | Michał Górny | 2016-09-26 | 1 | -22/+28 | |
| | ||||||
* | sys-devel/clang: Update for the Sphinx install dir patch applied upstream | Michał Górny | 2016-09-23 | 1 | -1/+1 | |
| | ||||||
* | sys-devel/clang: Un-bump the newest rev to satisfy LLVM deps | Michał Górny | 2016-09-20 | 1 | -0/+0 | |
| | ||||||
* | sys-devel/clang: Fix subslot, reported by tamiko | Michał Górny | 2016-09-20 | 1 | -1/+2 | |
| | ||||||
* | sys-devel/clang: marked ~x86-macos | Fabian Groffen | 2016-09-10 | 8 | -8/+8 | |
| | | | | Package-Manager: portage-2.2.28 | |||||
* | sys-devel/clang: restore clang-3.4.2 for Prefix bootstraps, bug #588132 | Fabian Groffen | 2016-09-10 | 1 | -0/+36 | |
| | | | | Package-Manager: portage-2.2.28 | |||||
* | sys-devel/clang: Bump to 3.9.0 | Michał Górny | 2016-09-03 | 1 | -0/+0 | |
| | ||||||
* | sys-devel/clang: Remove unnecessary llvm-lit search patch | Michał Górny | 2016-09-02 | 2 | -31/+0 | |
| | | | | | | | | | Remove the llvm-lit search patch since it is no longer necessary and its correctness is doubtful. Per https://reviews.llvm.org/D23743 the name llvm-lit is not intended for system-wide install of lit. However, this does not matter since the internal copy of lit is used when LLVM source checkout is available, and unittests require this checkout to be available when running tests. | |||||
* | sys-devel/clang: Fix cmake unused arg warnings with USE=-doc | Michał Górny | 2016-08-29 | 1 | -0/+2 | |
| | ||||||
* | sys-devel/clang: Fetch llvm src with USE=test, to support unittests | Michał Górny | 2016-08-29 | 1 | -1/+12 | |
| |