summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/compiler-rt-sanitizers: Add space checks for testsMichał Górny2017-03-152-2/+26
| | | | | | Add a space check when tests are enabled. This avoids the issue of tests starting to fail in the middle of run due to no free space in WORKDIR. On amd64, the tests can eat up to 11G.
* sys-libs/compiler-rt-sanitizers: Use llvm.eclass for reliable upgradeMichał Górny2017-03-142-2/+12
|
* sys-libs/compiler-rt-sanitizers: Bump to 4.0.0 finalMichał Górny2017-03-132-4/+4
|
* sys-libs/compiler-rt-sanitizers: Bump to 4.0.0rc3Michał Górny2017-03-062-2/+2
|
* 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-sanitizers: Use strip-unsupported-flagsMichał Górny2017-02-162-2/+6
| | | | | Use strip-unsupported-flags to strip flags not supported by clang instead of a hardcoded known-bad flag list.
* sys-libs/compiler-rt-sanitizers: Bump to 4.0.0.rc2Michał Górny2017-02-152-2/+2
|
* sys-libs/compiler-rt-sanitizers: Add slotted versionMichał Górny2017-02-152-52/+44
|
* sys-libs/compiler-rt-sanitizers: Switch 4.0.0rc1 to tarballs, add keywordsMichał Górny2017-01-242-17/+10
|
* sys-libs/compiler-rt-sanitizers: Bump to 4.0.0rc1Michał Górny2017-01-192-1/+123
|
* sys-libs/compiler-rt-sanitizers: Remove unnecessary LLVM_LIBDIR_SUFFIXMichał Górny2017-01-151-3/+2
|
* sys-libs/compiler-rt-sanitizers: Obtain version from llvm-configMichał Górny2017-01-141-1/+2
| | | | | | | | 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-sanitizers: Switch to CMAKE_BUILD_TYPE=RelWithDebInfoMichał Górny2017-01-121-0/+5
|
* sys-libs/compiler-rt-sanitizers: 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-libs/compiler-rt-sanitizers: Include LLVMgold in test compilerMichał Górny2016-12-161-1/+6
| | | | | | Symlink the LLVMgold.so plugin in the test compiler tree since some of the tests use LTO support if available, and clang uses plugin path relative to the executable.
* sys-libs/compiler-rt-sanitizers: Allow alternative MIT licenseMichał Górny2016-10-271-1/+1
|
* sys-libs/compiler-rt-sanitizers: Remove asan_symbolize.pyMichał Górny2016-10-241-10/+3
| | | | | Stop installing asan_symbolize.py as it is now replaced by llvm-symbolizer.
* sys-libs/compiler-rt-sanitizers: Use app-portage/unsandbox for testsMichał Górny2016-10-011-5/+4
|
* sys-libs/compiler-rt-sanitizers: Use pre-installed litMichał Górny2016-10-011-1/+3
|
* sys-libs/compiler-rt-sanitizers: Force lit to respect TMPDIRMichał Górny2016-10-011-0/+2
|
* sys-libs/compiler-rt-sanitizers: Introduce split ebuildMichał Górny2016-10-012-0/+121