summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/lldb: Control lit job countMichał Górny2018-03-081-2/+3
| | | | Closes: https://bugs.gentoo.org/649554
* dev-util/lldb: Utilize LLDB_USE_SYSTEM_SIXMichał Górny2018-01-191-3/+1
| | | | | | | Use LLDB_USE_SYSTEM_SIX to disable installing the bundled six module instead of removing it manually. Closes: https://bugs.gentoo.org/645042
* dev-util/lldb: Pass test options only if tests are enabledMichał Górny2018-01-191-4/+5
|
* dev-util/lldb: Remove obsolete LLDB_TEST_COMPILER optionMichał Górny2018-01-191-3/+1
|
* dev-util/lldb: Restrict tests with USE=-testMichał Górny2017-12-151-0/+1
|
* dev-util/lldb: Utilize partial checkoutMichał Górny2017-11-281-1/+1
|
* dev-util/lldb: Fix building tests in -9999Michał Górny2017-11-181-0/+1
|
* dev-util/lldb: Make the tests more verboseMichał Górny2017-10-011-0/+1
|
* dev-util/lldb: Fix using external litMichał Górny2017-10-011-1/+1
|
* dev-util/lldb: Use https for llvm.orgMichał Górny2017-07-091-2/+2
|
* dev-util/lldb: Also update the git URI for extra fetchesMichał Górny2017-07-091-1/+1
|
* dev-util/lldb: Update upstream git URIMichał Górny2017-07-091-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/lldb: Support building against slotted LLVMMichał Górny2017-02-151-5/+9
|
* dev-util/lldb: Bump to 4.0.0rc1Michał Górny2017-01-191-1/+1
|
* dev-util/lldb: Build tests in src_compile()Michał Górny2017-01-191-0/+1
|
* dev-util/lldb: Remove unnecessary LLVM_LIBDIR_SUFFIXMichał Górny2017-01-151-3/+0
|
* dev-util/lldb: Switch to CMAKE_BUILD_TYPE=RelWithDebInfoMichał Górny2017-01-121-0/+5
|
* dev-util/lldb: 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
* dev-util/lldb: Run Python tests when availableMichał Górny2016-11-031-1/+4
|
* dev-util/lldb: Enable tests (need more upstream fixes though)Michał Górny2016-11-021-1/+29
|
* dev-util/lldb: Restrict to <swig-3.0.9 due to #598708Michał Górny2016-11-011-1/+3
|
* dev-util/lldb: Introduce the initial live versionMichał Górny2016-11-011-0/+80
Introduce an initial live ebuild for split LLVM debugger package. The version should build and work fine to the degree of old LLVM ebuilds. Tests are not yet implemented, Python readline module needs to be thought over and static libraries need to be replaced with shared.