Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-libs/compiler-rt-sanitizers: Add space checks for tests | 2017-03-15 | 2 | -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 upgrade | 2017-03-14 | 2 | -2/+12 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Bump to 4.0.0 final | 2017-03-13 | 2 | -4/+4 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Bump to 4.0.0rc3 | 2017-03-06 | 2 | -2/+2 | |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | 2017-02-28 | 2 | -2/+0 | |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sys-libs/compiler-rt-sanitizers: Use strip-unsupported-flags | 2017-02-16 | 2 | -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.rc2 | 2017-02-15 | 2 | -2/+2 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Add slotted version | 2017-02-15 | 2 | -52/+44 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Switch 4.0.0rc1 to tarballs, add keywords | 2017-01-24 | 2 | -17/+10 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Bump to 4.0.0rc1 | 2017-01-19 | 2 | -1/+123 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Remove unnecessary LLVM_LIBDIR_SUFFIX | 2017-01-15 | 1 | -3/+2 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Obtain version from llvm-config | 2017-01-14 | 1 | -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=RelWithDebInfo | 2017-01-12 | 1 | -0/+5 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Drop CMAKE_MIN_VERSION | 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-sanitizers: Include LLVMgold in test compiler | 2016-12-16 | 1 | -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 license | 2016-10-27 | 1 | -1/+1 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Remove asan_symbolize.py | 2016-10-24 | 1 | -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 tests | 2016-10-01 | 1 | -5/+4 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Use pre-installed lit | 2016-10-01 | 1 | -1/+3 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Force lit to respect TMPDIR | 2016-10-01 | 1 | -0/+2 | |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Introduce split ebuild | 2016-10-01 | 2 | -0/+121 | |