pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
llvm-all-in-one: Update to SVN r. 310657
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Aug 11 00:20:21 2017 +0200
Changeset: 83a6213e1374f17135140238cc4895e083f4d70e
Modified Files:
llvm-all-in-one/Makefile
Log Message:
llvm-all-in-one: Update to SVN r. 310657
This catches up after upstreamed patches.
Add new test target with a dummy name "check-check".
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83a6213e1374f17135140238cc4895e083f4d70e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llvm-all-in-one/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/llvm-all-in-one/Makefile b/llvm-all-in-one/Makefile
index 43c25232a8..06f8b43c8e 100644
--- a/llvm-all-in-one/Makefile
+++ b/llvm-all-in-one/Makefile
@@ -4,7 +4,7 @@ LLVM_VERSION= 5.0.0
CATEGORIES= lang devel
-LLVM_SVN_REV= 310414
+LLVM_SVN_REV= 310657
SVN_REPOSITORIES= llvm
SVN_REPO.llvm= http://llvm.org/svn/llvm-project/llvm/trunk
@@ -145,6 +145,9 @@ ${_test_}: build
${RUN}${_ULIMIT_CMD} cd ${TEST_DIRS} && ${TEST_MAKE_CMD} -j${MAKE_JOBS} ${_test_}
.endfor
+check-check: build
+ ${RUN}${_ULIMIT_CMD} cd ${TEST_DIRS} && ${TEST_MAKE_CMD} -j${MAKE_JOBS} ${_test_}
+
do-test: check-llvm check-clang check-lldb check-compiler-rt check-lld check-libcxx check-unwind check-polly check-libomptarget
${RUN} echo "Running tests"
Home |
Main Index |
Thread Index |
Old Index