aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-30 16:51:07 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-30 16:51:07 +0100
commitc9b754fb045f8cc42e8261ac7f0442d542ee01d3 (patch)
tree06a265adee07ae697aca5f3998880f54d5b611ce
parent98312fe99cf8d64e27564671ead47236850ecdc9 (diff)
Update test-suite readme to point to Jenkins
Change-Id: I55d56eacfca9e1f5adb1e582289ff9bd631f46ea
-rw-r--r--README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 1e611cc..d23bd49 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,20 @@
LLVM Development Helper Scripts
===============================
+UPDATE: These scripts are outdated and may not reflect the current way to run
+the test-suite. The official way to run LLVM test-suites at Linaro now are
+through Jenkins job:
+
+https://ci.linaro.org/job/tcwg-llvm-testsuite/
+
+You can build a toolchain with the Jenkins job:
+
+https://ci.linaro.org/job/tcwg-llvm-precommit/
+
+and then pass the Test-Suite job the binary tarball generated.
+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+
These scripts are meant to help you setup and develop around LLVM and its
sub-projects. There are many quirks when developing with LLVM, but the scripts
can only cover part of them, while others have to be explained via documents.