mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-25 15:01:07 +00:00
[llvm] Document "%T" as deprecated in TestingGuide.rst
Differential Revision: https://reviews.llvm.org/D48189 llvm-svn: 335080
This commit is contained in:
parent
f4708ece07
commit
f1358a2640
@ -460,7 +460,10 @@ RUN lines:
|
||||
Example: ``/home/user/llvm.build/test/MC/ELF/Output/foo_test.s.tmp``
|
||||
|
||||
``%T``
|
||||
Directory of ``%t``.
|
||||
Directory of ``%t``. Deprecated. Shouldn't be used, because it can be easily
|
||||
misused and cause race conditions between tests.
|
||||
|
||||
Use ``rm -rf %t && mkdir %t`` instead if a temporary directory is necessary.
|
||||
|
||||
Example: ``/home/user/llvm.build/test/MC/ELF/Output``
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user