summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-30 23:32:02 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-01 11:02:18 +0200
commitdb8d2d9af65d31b3c893e400626b5a6872f9cd12 (patch)
tree05bcd67e9c8ced8288116d05f8bc594bf452dee9
parentdev-python/lit: Make tests more verbose (diff)
downloadgentoo-db8d2d9af65d31b3c893e400626b5a6872f9cd12.tar.gz
gentoo-db8d2d9af65d31b3c893e400626b5a6872f9cd12.tar.bz2
gentoo-db8d2d9af65d31b3c893e400626b5a6872f9cd12.zip
sys-devel/llvm: Fix using external lit
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index c1fd48b6c2bd..f5b134b5333d 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -139,7 +139,7 @@ multilib_src_configure() {
# fi
use test && mycmakeargs+=(
- -DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
+ -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
)
if multilib_is_native_abi; then