llvm-6502/docs/CommandGuide
Stephen Lin 178504b07b Add new directive called CHECK-LABEL to FileCheck.
CHECK-LABEL is meant to be used in place on CHECK on lines containing identifiers or other unique labels (they need not actually be labels in the source or output language, though.) This is used to break up the input stream into separate blocks delineated by CHECK-LABEL lines, each of which is checked independently. This greatly improves the accuracy of errors and fix-it hints in many cases, and allows for FileCheck to recover from errors in one block by continuing to subsequent blocks.

Some tests will be converted to use this new directive in forthcoming patches.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186162 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-12 14:51:05 +00:00
..
bugpoint.rst Documentation: use correct highlighter 2012-11-29 12:00:32 +00:00
FileCheck.rst Add new directive called CHECK-LABEL to FileCheck. 2013-07-12 14:51:05 +00:00
index.rst Remove the LLVM specific archive index. 2013-06-14 23:25:53 +00:00
lit.rst Fix incorrect parameter name in LIT docs. 2013-05-30 12:37:52 +00:00
llc.rst Document the -filetype option of llc (PR #12902) 2013-04-22 17:16:35 +00:00
lli.rst Fix a typo. 2013-04-02 20:02:36 +00:00
llvm-ar.rst Remove the LLVM specific archive index. 2013-06-14 23:25:53 +00:00
llvm-as.rst Fix the formatting a bit. 2012-06-20 11:25:11 +00:00
llvm-bcanalyzer.rst Documentation: use paths relative to document root in links. 2012-12-12 21:16:29 +00:00
llvm-build.rst Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:22 +00:00
llvm-config.rst Use correct syntax highliter in code blocks. Noticed by Sean Silva. 2012-06-12 15:45:07 +00:00
llvm-cov.rst Documentation for llvm-cov: reformat 2012-11-29 19:10:21 +00:00
llvm-diff.rst [docs] Add ReST version of all the man pages. 2012-05-08 16:50:35 +00:00
llvm-dis.rst [docs] Add ReST version of all the man pages. 2012-05-08 16:50:35 +00:00
llvm-extract.rst [docs] Add ReST version of all the man pages. 2012-05-08 16:50:35 +00:00
llvm-link.rst Update documentation of llvm-link to reflect recent cleanups. 2013-03-19 16:04:19 +00:00
llvm-nm.rst [llvm-nm] Update documentation to cover object file support and arguments. 2012-06-06 23:34:10 +00:00
llvm-prof.rst [docs] Add ReST version of all the man pages. 2012-05-08 16:50:35 +00:00
llvm-readobj.rst Teach llvm-readobj to print ELF program headers 2013-04-12 04:07:39 +00:00
llvm-stress.rst Documentation for llvm-stress: reformat 2012-11-29 19:05:55 +00:00
llvm-symbolizer.rst llvm-symbolizer: add support for Mach-O universal binaries 2013-06-28 08:15:40 +00:00
opt.rst Documentation for opt: reformat 2012-11-29 19:02:50 +00:00
tblgen.rst Documentation: end option description with a period 2013-04-27 16:34:24 +00:00