diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-30 23:42:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-01 11:02:41 +0200 |
commit | 27cdd4e24e0428a4ecdb4c54433de2b50b71ad14 (patch) | |
tree | b10bc44195beb7f1d04e83e763f0d75767e0867f /sys-libs/libcxx | |
parent | sys-libs/libcxx: Make the tests more verbose (diff) | |
download | gentoo-27cdd4e24e0428a4ecdb4c54433de2b50b71ad14.tar.gz gentoo-27cdd4e24e0428a4ecdb4c54433de2b50b71ad14.tar.bz2 gentoo-27cdd4e24e0428a4ecdb4c54433de2b50b71ad14.zip |
sys-libs/libcxx: Remove obsolete LLVM_MAIN_SRCDIR hack
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r-- | sys-libs/libcxx/libcxx-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 185ed1024809..17104067dfdc 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -135,9 +135,6 @@ multilib_src_configure() { if use test; then mycmakeargs+=( - # this can be any directory, it just needs to exist... - # FIXME: remove this once https://reviews.llvm.org/D25093 is merged - -DLLVM_MAIN_SRC_DIR="${T}" -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" -DLLVM_LIT_ARGS="-vv" ) |