[PATCH] D79253: [docs][FileCheck] Fix invalid example
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 2 15:54:31 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0b85ea85334d: [docs][FileCheck] Fix invalid example (authored by thopre).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79253/new/
https://reviews.llvm.org/D79253
Files:
llvm/docs/CommandGuide/FileCheck.rst
Index: llvm/docs/CommandGuide/FileCheck.rst
===================================================================
--- llvm/docs/CommandGuide/FileCheck.rst
+++ llvm/docs/CommandGuide/FileCheck.rst
@@ -634,7 +634,8 @@
; CHECK: load r[[#REG:]], [r0]
; CHECK: load r[[#REG+1]], [r1]
- ; CHECK: Loading from 0x[[#%x,ADDR:] to 0x[[#ADDR + 7]]
+ ; CHECK: Loading from 0x[[#%x,ADDR:]]
+ ; CHECK-SAME: to 0x[[#ADDR + 7]]
The above example would match the text:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79253.261672.patch
Type: text/x-patch
Size: 476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200502/df76d385/attachment.bin>
More information about the llvm-commits
mailing list