Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-libs/compiler-rt: Switch builtin tests to lit | Michał Górny | 2017-04-26 | 1 | -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 :0 | Michał Górny | 2017-03-14 | 2 | -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, #612560 | Michał Górny | 2017-03-14 | 1 | -0/+1 |
| | |||||
* | sys-libs/compiler-rt: Bump to 4.0.0 final | Michał Górny | 2017-03-13 | 2 | -2/+2 |
| | |||||
* | sys-libs/compiler-rt: Bump to 4.0.0rc3 | Michał Górny | 2017-03-06 | 2 | -1/+1 |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 2 | -2/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sys-libs/compiler-rt: Prefer building using clang | Michał Górny | 2017-02-16 | 3 | -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.rc2 | Michał Górny | 2017-02-15 | 2 | -1/+1 |
| | |||||
* | sys-libs/compiler-rt: Add slotted version | Michał Górny | 2017-02-15 | 2 | -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 keywords | Michał Górny | 2017-01-24 | 2 | -7/+6 |
| | |||||
* | sys-libs/compiler-rt: Bump to 4.0.0rc1 | Michał Górny | 2017-01-19 | 1 | -0/+138 |
| | |||||
* | sys-libs/compiler-rt: Remove unnecessary LLVM_LIBDIR_SUFFIX | Michał Górny | 2017-01-15 | 1 | -4/+3 |
| | |||||
* | sys-libs/compiler-rt: Obtain version from llvm-config | Michał Górny | 2017-01-14 | 1 | -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=RelWithDebInfo | Michał Górny | 2017-01-12 | 1 | -0/+5 |
| | |||||
* | sys-libs/compiler-rt: Remove unused /usr/lib/clang/*/lib lookup | Michał Górny | 2017-01-03 | 1 | -3/+0 |
| | |||||
* | sys-libs/compiler-rt: Run builtin tests for all ABIs | Michał Górny | 2017-01-03 | 1 | -7/+20 |
| | |||||
* | sys-libs/compiler-rt: Drop CMKAE_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-libs/compiler-rt: Support running built-in tests | Michał Górny | 2016-12-23 | 1 | -1/+50 |
| | |||||
* | sys-libs/compiler-rt: Allow alternative MIT license | Michał Górny | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | sys-libs/compiler-rt: Support bootstrapping with runtime-less clang | Michał Górny | 2016-10-01 | 1 | -1/+14 |
| | |||||
* | sys-libs/compiler-rt: Strip sanitizers & xray off to separate pkg | Michał Górny | 2016-10-01 | 2 | -61/+11 |
| | |||||
* | sys-libs/compiler-rt: Fix sandbox disabling to work-around LD_PRELOAD | Michał Górny | 2016-09-15 | 1 | -2/+3 |
| | |||||
* | sys-libs/compiler-rt: Remove the patch applied upstream | Michał Górny | 2016-09-14 | 2 | -53/+0 |
| | |||||
* | sys-libs/compiler-rt: Remove unnecessary RDEP on llvm | Michał Górny | 2016-09-13 | 1 | -1/+1 |
| | |||||
* | sys-libs/compiler-rt: Add missing (not committed) patch | Michał Górny | 2016-09-02 | 1 | -0/+46 |
| | |||||
* | sys-libs/compiler-rt: Disable sandbox during the tests | Michał Górny | 2016-09-01 | 1 | -1/+3 |
| | |||||
* | sys-libs/compiler-rt: Support running tests | Michał Górny | 2016-08-31 | 1 | -5/+62 |
| | |||||
* | sys-libs/compiler-rt: Add a stand-alone ebuild for compiler-rt | Michał Górny | 2016-08-22 | 2 | -0/+63 |