[PATCH] D90621: [FileCheck] Added documentation for --allow-unused-prefixes

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 00:44:36 PST 2020


jhenderson added inline comments.


================
Comment at: llvm/docs/CommandGuide/FileCheck.rst:72
+ prefixes are missing in the test file. If true, this is allowed, if false,
+ FileCheck will report error, listing the missing prefixes.
+
----------------
Nit. Feel free to directly commit that fix.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90621/new/

https://reviews.llvm.org/D90621



More information about the llvm-commits mailing list