[llvm] 7603b1e - [Docs] Mention to add RUN line before running script to generate assertion

Shivam Gupta via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 27 08:45:04 PST 2022


Author: Shivam Gupta
Date: 2022-11-27T22:14:38+05:30
New Revision: 7603b1e250448f5003a98e4148caa765748848a2

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

LOG: [Docs] Mention to add RUN line before running script to generate assertion

Added: 
    

Modified: 
    llvm/docs/TestingGuide.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index cd18cb4a4a5a1..24437d031a742 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -282,7 +282,8 @@ Some regression test cases are very large and complex to write/update by hand.
 In that case to reduce the human work we can use the scripts available in
 llvm/utils/ to generate the assertions.
 
-For example to generate assertions in an :program:`llc`-based test, run:
+For example to generate assertions in an :program:`llc`-based test, after
+adding RUN line use:
 
  .. code-block:: bash
 


        


More information about the llvm-commits mailing list