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

2024-05-11 Thread via cfe-commits
@@ -109,16 +109,16 @@ CHECK-NEXT: 0x000e: [DW_RLE_offset_pair ]: {{.*}}[0x[[RANGELIST_OFFSET_STAR CHECK-NEXT: 0x0011: [DW_RLE_end_of_list ] CHECK: .debug_names contents: -CHECK-NEX:T Name Index @ 0x0 { -CHECK-NEX:T Header { -CHECK-NEX:T Length: 0x7C

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

2024-05-11 Thread via cfe-commits
https://github.com/klensy updated https://github.com/llvm/llvm-project/pull/91854 >From 73dc4487a8a13a13f628857334afb25dcf2aa1f4 Mon Sep 17 00:00:00 2001 From: klensy Date: Sat, 11 May 2024 14:26:52 +0300 Subject: [PATCH 1/2] llvm: fix few typos in filecheck tests clang: fix few typos in

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

2024-05-11 Thread Dhruv Chawla via cfe-commits
dc03-work wrote: Ah, looks like broken tests are being uncovered now. Awesome. https://github.com/llvm/llvm-project/pull/91854 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

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

2024-05-11 Thread Dhruv Chawla via cfe-commits
@@ -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:

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

2024-05-11 Thread Dhruv Chawla via cfe-commits
@@ -5,7 +5,7 @@ target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128" target triple = "arm64--linux-gnu" ; FIXME: Misspelled CHECK-LABEL dc03-work wrote: The FIXME can be removed. https://github.com/llvm/llvm-project/pull/91854

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

2024-05-11 Thread Dhruv Chawla via cfe-commits
https://github.com/dc03-work commented: I am surprised that these typos even exist within the tests (and don't seem to be causing issues somehow). https://github.com/llvm/llvm-project/pull/91854 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

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

2024-05-11 Thread Dhruv Chawla via cfe-commits
https://github.com/dc03-work edited https://github.com/llvm/llvm-project/pull/91854 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

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

2024-05-11 Thread via cfe-commits
klensy wrote: Oops, sorry for mega ping. https://github.com/llvm/llvm-project/pull/91854 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

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

2024-05-11 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-tidy Author: klensy (klensy) Changes Similar to https://github.com/rust-lang/rust/pull/125007 This fixes few filecheck annotation typos across llvm repo. i **did not** checked if it passes test after that, so some help appreciated. --- Patch

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

2024-05-11 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 @llvm/pr-subscribers-clang-tools-extra Author: klensy (klensy) Changes Similar to https://github.com/rust-lang/rust/pull/125007 This fixes few filecheck annotation typos across llvm repo. i **did not** checked if it passes test after that,

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

2024-05-11 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you,

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

2024-05-11 Thread via cfe-commits
https://github.com/klensy created https://github.com/llvm/llvm-project/pull/91854 Similar to https://github.com/rust-lang/rust/pull/125007 This fixes few filecheck annotation typos across llvm repo. i **did not** checked if it passes test after that, so some help appreciated. >From