sys-libs/libcxx: Remove obsolete LLVM_MAIN_SRCDIR hack
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 Sep 2017 21:42:57 +0000 (23:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:41 +0000 (11:02 +0200)
sys-libs/libcxx/libcxx-9999.ebuild

index 185ed1024809e2a5af9623e9fa049bb2f4f04db5..17104067dfdc20543caaa9f9838feab2aba69231 100644 (file)
@@ -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"
                )