[PATCH] D112936: [Docs] Document scripts that are use to generate assertion in test cases
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 09:36:38 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: llvm/docs/TestingGuide.rst:291
+
+And if you want to update assertions in an existing test case, pass `-u` option
+which first check the NOTE: line exists and matches the script name.
----------------
================
Comment at: llvm/docs/TestingGuide.rst:292
+And if you want to update assertions in an existing test case, pass `-u` option
+which first check the NOTE: line exists and matches the script name.
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112936/new/
https://reviews.llvm.org/D112936
More information about the llvm-commits
mailing list