[all-commits] [llvm/llvm-project] d0e7fd: Revert "[FileCheck] Support comment directives"

Joel E. Denny via All-commits all-commits at lists.llvm.org
Mon May 11 16:41:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d0e7fd6b624b1943f3780a69883690017d2efad2
      https://github.com/llvm/llvm-project/commit/d0e7fd6b624b1943f3780a69883690017d2efad2
  Author: Joel E. Denny <jdenny.ornl at gmail.com>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
    M clang/test/CodeGen/default-address-space.c
    M clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
    M clang/test/Driver/hip-device-libs.hip
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/include/llvm/Support/FileCheck.h
    M llvm/lib/Support/FileCheck.cpp
    M llvm/test/Assembler/drop-debug-info-nonzero-alloca.ll
    R llvm/test/FileCheck/comment/after-words.txt
    R llvm/test/FileCheck/comment/bad-comment-prefix.txt
    R llvm/test/FileCheck/comment/blank-comments.txt
    R llvm/test/FileCheck/comment/suffixes.txt
    R llvm/test/FileCheck/comment/suppresses-checks.txt
    R llvm/test/FileCheck/comment/unused-check-prefixes.txt
    R llvm/test/FileCheck/comment/unused-comment-prefixes.txt
    R llvm/test/FileCheck/comment/within-checks.txt
    M llvm/test/FileCheck/first-character-match.txt
    M llvm/test/FileCheck/validate-check-prefix.txt
    M llvm/utils/FileCheck/FileCheck.cpp

  Log Message:
  -----------
  Revert "[FileCheck] Support comment directives"

This reverts commit 9a9a5f9893c8db05cebc8818eb8485bff61f7c74 to try to
fix a bot:

http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/23489


  Commit: e1ed4d9eb506a38772bfa659dcc09052eaff2e5d
      https://github.com/llvm/llvm-project/commit/e1ed4d9eb506a38772bfa659dcc09052eaff2e5d
  Author: Joel E. Denny <jdenny.ornl at gmail.com>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
    M llvm/lib/Support/FileCheck.cpp
    M llvm/test/FileCheck/validate-check-prefix.txt
    M llvm/utils/FileCheck/FileCheck.cpp

  Log Message:
  -----------
  Revert "[FileCheck] Make invalid prefix diagnostics more precise"

This reverts commit a78e13745d4ee4a42e41ebbe698159f651515fc5 to try to
fix a bot:

http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/23489


Compare: https://github.com/llvm/llvm-project/compare/18324bb3d917...e1ed4d9eb506


More information about the All-commits mailing list