projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4afe5
)
sys-libs/libcxx: Remove obsolete LLVM_MAIN_SRCDIR hack
author
Michał Górny
<mgorny@gentoo.org>
Sat, 30 Sep 2017 21:42:57 +0000
(23:42 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:41 +0000
(11:02 +0200)
sys-libs/libcxx/libcxx-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libcxx/libcxx-9999.ebuild
b/sys-libs/libcxx/libcxx-9999.ebuild
index 185ed1024809e2a5af9623e9fa049bb2f4f04db5..17104067dfdc20543caaa9f9838feab2aba69231 100644
(file)
--- 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"
)