summaryrefslogtreecommitdiff
path: root/docs/TestingGuide.rst
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2017-10-14 04:01:27 +0000
committerJordan Rose <jordan_rose@apple.com>2017-10-14 04:01:27 +0000
commita17d20085dc8eb1a8ae4935e194e8ef03682bea0 (patch)
tree0a0435b7cb71ce3cb746795330cb323a39e6ecc0 /docs/TestingGuide.rst
parent898e57c79536a2c6861186274e7eb0de11a060ed (diff)
Revert "lit.py: Add new %{shared_output(LABEL)} substitution"
This reverts r315697 and my ill-fated attempts to fix it on Windows. I'll try again when I get access to a Windows machine. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.rst')
-rw-r--r--docs/TestingGuide.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst
index cd1f00b20f9..a27da0de4d0 100644
--- a/docs/TestingGuide.rst
+++ b/docs/TestingGuide.rst
@@ -464,12 +464,6 @@ RUN lines:
Example: ``/home/user/llvm.build/test/MC/ELF/Output``
-``%{shared_output(LABEL)}``
- File path to a temporary file name shared across all tests, identified by
- LABEL. This is useful as a cache for generated resources.
-
- Example: ``/home/user/llvm.build/test/Output/Shared/LABEL.tmp``
-
``%{pathsep}``
Expands to the path separator, i.e. ``:`` (or ``;`` on Windows).