From: Shivam Gupta Date: Sun, 27 Nov 2022 15:43:03 +0000 (+0530) Subject: [Docs] Mention to add RUN line before running script to generate assertion X-Git-Tag: upstream/17.0.6~26331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7603b1e250448f5003a98e4148caa765748848a2;p=platform%2Fupstream%2Fllvm.git [Docs] Mention to add RUN line before running script to generate assertion --- diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst index cd18cb4..24437d0 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