[llvm] bfe6b3b - [lit][NFC] Remove docs for nonexistent parameter

Fraser Cormack via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 23:37:10 PDT 2023


Author: Fraser Cormack
Date: 2023-05-26T07:33:28+01:00
New Revision: bfe6b3bff1eb841c09fe16466028cf2dd18f5bbd

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

LOG: [lit][NFC] Remove docs for nonexistent parameter

Added: 
    

Modified: 
    llvm/utils/lit/lit/llvm/subst.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/lit/llvm/subst.py b/llvm/utils/lit/lit/llvm/subst.py
index 1c80a6cb9e68..09ab3555a6b4 100644
--- a/llvm/utils/lit/lit/llvm/subst.py
+++ b/llvm/utils/lit/lit/llvm/subst.py
@@ -76,9 +76,6 @@ def __init__(
         extra_args: If specified, represents a list of arguments that will be
         appended to the tool's substitution.
 
-        explicit_path: If specified, the exact path will be used as a substitution.
-        Otherwise, the tool will be searched for as if by calling which(tool)
-
         """
         self.unresolved = unresolved
         self.extra_args = extra_args


        


More information about the llvm-commits mailing list