summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2013-01-07 20:22:12 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2013-01-07 20:22:12 +0000
commit756c9cba099965f9a65ee1701e283ed65a4ee99f (patch)
treec84f48a8ba81a561ccca3ba9216a7605f1470b41 /sys-devel/llvm/llvm-3.2.ebuild
parentOld. (diff)
downloadgentoo-2-756c9cba099965f9a65ee1701e283ed65a4ee99f.tar.gz
gentoo-2-756c9cba099965f9a65ee1701e283ed65a4ee99f.tar.bz2
gentoo-2-756c9cba099965f9a65ee1701e283ed65a4ee99f.zip
Fix tests on hardened, thanks nikoli@lavabit.com in bug #448240. Sync some changes in live ebuild
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'sys-devel/llvm/llvm-3.2.ebuild')
-rw-r--r--sys-devel/llvm/llvm-3.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.2.ebuild b/sys-devel/llvm/llvm-3.2.ebuild
index 9515bf11419e..936283120df7 100644
--- a/sys-devel/llvm/llvm-3.2.ebuild
+++ b/sys-devel/llvm/llvm-3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.2.ebuild,v 1.2 2013/01/03 23:29:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.2.ebuild,v 1.3 2013/01/07 20:22:12 voyageur Exp $
EAPI=5
PYTHON_DEPEND="2"
@@ -154,6 +154,8 @@ src_compile() {
pax-mark m Release/bin/lli
if use test; then
pax-mark m unittests/ExecutionEngine/JIT/Release/JITTests
+ pax-mark m unittests/ExecutionEngine/MCJIT/Release/MCJITTests
+ pax-mark m unittests/Support/Release/SupportTests
fi
}