[clang] [clang-tools-extra] [flang] [lld] [llvm] [mlir] [test]: fix filecheck annotation typos (PR #91854)

Dhruv Chawla via cfe-commits cfe-commits at lists.llvm.org
Sat May 11 06:21:38 PDT 2024


================
@@ -24,7 +24,7 @@ entry:
 }
 
 ; FIXME: Misspelled CHECK-LABEL
----------------
dc03-work wrote:

This FIXME can also be removed. Looking at the history of this file, looks like something like this was attempted before: https://github.com/llvm/llvm-project/commit/da4a966e1c3c0315512e1dfe5cd486722bcc0fbf, which was then reverted (https://github.com/llvm/llvm-project/commit/8505f34b2920f9d58ccf2f7c4fb3a9a6503536c8) because it broke buildbots. Interesting.

https://github.com/llvm/llvm-project/pull/91854


More information about the cfe-commits mailing list