summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/compiler-rt: 5.0 branch is now 5.0.1Michał Górny2017-09-161-1/+1
|
* sys-libs/compiler-rt: Bump to 5.0.0Michał Górny2017-09-082-0/+98
|
* sys-libs/compiler-rt: Disable building libFuzzerMichał Górny2017-08-221-0/+1
| | | | | | Explicitly disable building libFuzzer now that it has been moved to compiler-rt. This package is meant to provide the builtins library only, and libFuzzer belongs in sys-libs/compiler-rt-sanitizers.
* sys-libs/compiler-rt: Clean old upMichał Górny2017-07-252-138/+0
|
* sys-libs/compiler-rt: Adjust the slot for 9999Michał Górny2017-07-241-1/+1
|
* sys-libs/compiler-rt: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+99
|
* sys-libs/compiler-rt: Warn when not using clangMichał Górny2017-07-092-0/+14
|
* sys-libs/compiler-rt: Simplify -- use common nolib flag varMichał Górny2017-07-092-10/+10
|
* sys-libs/compiler-rt: Use https for llvm.orgMichał Górny2017-07-093-5/+5
|
* sys-libs/compiler-rt: Update upstream git URIMichał Górny2017-07-091-1/+1
|
* sys-libs/compiler-rt: Bump to 4.0.1Michał Górny2017-06-272-0/+138
|
* sys-libs/compiler-rt: Switch builtin tests to litMichał Górny2017-04-261-62/+16
| | | | | Replace the custom builtin test logic with lit, now that upstream supports running builtin tests using it.
* sys-libs/compiler-rt: Use llvm.eclass for reliable upgrade from :0Michał Górny2017-03-142-2/+12
| | | | | | Use llvm.eclass to guarantee that the newly-installed LLVM slot will take precedence in PATH even if the package manager has not unmerged slot :0 yet.
* sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560Michał Górny2017-03-141-0/+1
|
* sys-libs/compiler-rt: Bump to 4.0.0 finalMichał Górny2017-03-132-2/+2
|
* sys-libs/compiler-rt: Bump to 4.0.0rc3Michał Górny2017-03-062-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-libs/compiler-rt: Prefer building using clangMichał Górny2017-02-163-4/+21
| | | | | | Add a USE=clang flag to prefer building using installed clang, to work around limited/broken support for '#pragma redefine_extname' which results in incomplete runtime being emitted when building using GCC.
* sys-libs/compiler-rt: Bump to 4.0.0.rc2Michał Górny2017-02-152-1/+1
|
* sys-libs/compiler-rt: Add slotted versionMichał Górny2017-02-152-46/+26
| | | | | | | | | | | | | Introduce a slotted variant of compiler-rt libraries with the slot matching the clang version. This will make it possible to install a new compiler-rt version before upgrading clang to the corresponding version, therefore preserving a working compiler through (even minor) clang upgrades. The alternative was to replace the complete version number with the major version in the runtime directory path. However, software (e.g. Mesa) hardcodes the default path and therefore breaks when it is changed.
* sys-libs/compiler-rt: Switch 4.0.0rc1 to tarballs, add keywordsMichał Górny2017-01-242-7/+6
|
* sys-libs/compiler-rt: Bump to 4.0.0rc1Michał Górny2017-01-191-0/+138
|
* sys-libs/compiler-rt: Remove unnecessary LLVM_LIBDIR_SUFFIXMichał Górny2017-01-151-4/+3
|
* sys-libs/compiler-rt: Obtain version from llvm-configMichał Górny2017-01-141-2/+4
| | | | | | | | Obtain the clang version that is used to build paths 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. It is fine to rely on llvm-config since we need it for LLVM macros anyway.
* sys-libs/compiler-rt: Switch to CMAKE_BUILD_TYPE=RelWithDebInfoMichał Górny2017-01-121-0/+5
|
* sys-libs/compiler-rt: Remove unused /usr/lib/clang/*/lib lookupMichał Górny2017-01-031-3/+0
|
* sys-libs/compiler-rt: Run builtin tests for all ABIsMichał Górny2017-01-031-7/+20
|
* sys-libs/compiler-rt: Drop CMKAE_MIN_VERSIONJohannes Huber2017-01-011-2/+1
| | | | | | Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-libs/compiler-rt: Support running built-in testsMichał Górny2016-12-231-1/+50
|
* sys-libs/compiler-rt: Allow alternative MIT licenseMichał Górny2016-10-271-1/+1
|
* sys-libs/compiler-rt: Support bootstrapping with runtime-less clangMichał Górny2016-10-011-1/+14
|
* sys-libs/compiler-rt: Strip sanitizers & xray off to separate pkgMichał Górny2016-10-012-61/+11
|
* sys-libs/compiler-rt: Fix sandbox disabling to work-around LD_PRELOADMichał Górny2016-09-151-2/+3
|
* sys-libs/compiler-rt: Remove the patch applied upstreamMichał Górny2016-09-142-53/+0
|
* sys-libs/compiler-rt: Remove unnecessary RDEP on llvmMichał Górny2016-09-131-1/+1
|
* sys-libs/compiler-rt: Add missing (not committed) patchMichał Górny2016-09-021-0/+46
|
* sys-libs/compiler-rt: Disable sandbox during the testsMichał Górny2016-09-011-1/+3
|
* sys-libs/compiler-rt: Support running testsMichał Górny2016-08-311-5/+62
|
* sys-libs/compiler-rt: Add a stand-alone ebuild for compiler-rtMichał Górny2016-08-222-0/+63