[PATCH] D17589: Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 24 17:56:33 PST 2016


probinson created this revision.
probinson added reviewers: jyknight, dexonsmith.
probinson added a subscriber: cfe-commits.
Herald added a reviewer: tstellarAMD.

FileCheck actually doesn't support combo suffixes.  In D17587 I made it complain, and these are the Clang tests that it caught.

http://reviews.llvm.org/D17589

Files:
  test/CodeGen/aarch64-fix-cortex-a53-835769.c
  test/CodeGen/alias.c
  test/CodeGenOpenCL/amdgpu-num-gpr-attr.cl
  test/Driver/hexagon-toolchain-elf.c
  test/SemaCXX/pragma-optimize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17589.48999.patch
Type: text/x-patch
Size: 5033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160225/4ca9707d/attachment.bin>


More information about the cfe-commits mailing list