aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
commit234da6832fa0fb9b242d112e6b816f35c56b026e (patch)
treebad023f01ea5b1e671399acfbc8024d512f6b510 /docs
parent56500edc7a2599e651d39df71a714e1e255ed96a (diff)
downloadexternal_llvm-234da6832fa0fb9b242d112e6b816f35c56b026e.zip
external_llvm-234da6832fa0fb9b242d112e6b816f35c56b026e.tar.gz
external_llvm-234da6832fa0fb9b242d112e6b816f35c56b026e.tar.bz2
Revert 122341. It breaks some darwin tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 4d14fe4..1150ac8 100644
--- a/docs/TestingGuide.html
+++ b/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