summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2010-12-21 17:25:43 +0000
committerDavid Greene <greened@obbligato.org>2010-12-21 17:25:43 +0000
commitbe57ab185f289c5a2e9f07e9a6ab6ca70bfbc5be (patch)
tree4b2fdfd21eaf4df9d3bb9e1ee16deb8156cde8f8 /llvm/docs/TestingGuide.html
parent83cce8e7ab8d5577ea8b8077a22f89e5ac4d645c (diff)
downloadbcm5719-llvm-be57ab185f289c5a2e9f07e9a6ab6ca70bfbc5be.tar.gz
bcm5719-llvm-be57ab185f289c5a2e9f07e9a6ab6ca70bfbc5be.zip
Revert 122341. It breaks some darwin tests.
llvm-svn: 122346
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r--llvm/docs/TestingGuide.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html
index 4d14fe4a8cf..1150ac8f962 100644
--- a/llvm/docs/TestingGuide.html
+++ b/llvm/docs/TestingGuide.html
@@ -376,11 +376,6 @@ clang/test directory. </p>
shell. Consequently the syntax differs from normal shell script syntax in a
few ways. You can specify as many RUN lines as needed.</p>
- <p>lit performs substitution on each RUN line to replace LLVM tool
- names with the full paths to the executable built for each tool (in
- $(LLVM_OBJ_ROOT)/$(BuildMode)/bin). This ensures that lit does not
- invoke any stray LLVM tools in the user's path during testing.</p>
-
<p>Each RUN line is executed on its own, distinct from other lines unless
its last character is <tt>\</tt>. This continuation character causes the RUN
line to be concatenated with the next one. In this way you can build up long
OpenPOWER on IntegriCloud