[Docs] Mention to add RUN line before running script to generate assertion
authorShivam Gupta <shivam98.tkg@gmail.com>
Sun, 27 Nov 2022 15:43:03 +0000 (21:13 +0530)
committerShivam Gupta <shivam98.tkg@gmail.com>
Sun, 27 Nov 2022 16:44:38 +0000 (22:14 +0530)
llvm/docs/TestingGuide.rst

index cd18cb4..24437d0 100644 (file)
@@ -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