[llvm] 737e116 - [LLVM][Docs] Remove Stray %T Substitution

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 20 10:19:49 PDT 2025


Author: Aiden Grossman
Date: 2025-10-20T17:19:38Z
New Revision: 737e1162a5904d4f0953d7c55c07e829db59da0c

URL: https://github.com/llvm/llvm-project/commit/737e1162a5904d4f0953d7c55c07e829db59da0c
DIFF: https://github.com/llvm/llvm-project/commit/737e1162a5904d4f0953d7c55c07e829db59da0c.diff

LOG: [LLVM][Docs] Remove Stray %T Substitution

This were all removed in #160028, but I apparently missed this one
instance in the documentation. Remove it given that it no longer works.

Added: 
    

Modified: 
    llvm/docs/CommandGuide/lit.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index 6a721ebf9cad0..70daae46170cd 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -641,7 +641,6 @@ TestRunner.py:
  %{S:real}               %S after expanding all symbolic links and substitute drives
  %{p:real}               %p after expanding all symbolic links and substitute drives
  %{t:real}               %t after expanding all symbolic links and substitute drives
- %{T:real}               %T after expanding all symbolic links and substitute drives
  %{/s:real}              %/s after expanding all symbolic links and substitute drives
  %{/S:real}              %/S after expanding all symbolic links and substitute drives
  %{/p:real}              %/p after expanding all symbolic links and substitute drives


        


More information about the llvm-commits mailing list