[all-commits] [llvm/llvm-project] 0b85ea: [docs][FileCheck] Fix invalid example

RoboTux via All-commits all-commits at lists.llvm.org
Sat May 2 15:31:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b85ea85334daa050da01083543a02b4cfc4cc00
      https://github.com/llvm/llvm-project/commit/0b85ea85334daa050da01083543a02b4cfc4cc00
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2020-05-02 (Sat, 02 May 2020)

  Changed paths:
    M llvm/docs/CommandGuide/FileCheck.rst

  Log Message:
  -----------
  [docs][FileCheck] Fix invalid example

Summary:
FileCheck documentation contains an example of a numeric variable
defined and used on the same line. This is not currently supported by
FileCheck so this commit fixes the example to use CHECK-SAME for the
variable use.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D79253




More information about the All-commits mailing list