[flang-commits] [clang] [clang-tools-extra] [flang] [lld] [llvm] [mlir] [polly] [test]: fix filecheck annotation typos (PR #91854)
via flang-commits
flang-commits at lists.llvm.org
Mon May 13 00:57:27 PDT 2024
================
@@ -45,10 +45,10 @@
# RUN: ld.lld -Ttext 0x201000 %t.o -o %t4
# RUN: llvm-readelf -S -l %t4 | FileCheck %s --check-prefix=USER3
# USER3: .text PROGBITS 0000000000201000 001000 000001
-# USER3-NEX: .rodata PROGBITS 0000000000202000 002000 000008
-# USER3-NEX: .aw PROGBITS 0000000000203000 003000 000008
-# USER3-NEX: .data PROGBITS 0000000000203008 003008 000008
-# USER3-NEX: .bss NOBITS 0000000000203010 003010 000008
+# USER3-NEXT: .rodata PROGBITS 0000000000202000 002000 000008
----------------
klensy wrote:
Oh, found your commit https://github.com/llvm/llvm-project/commit/b1f04d57f5818914d7db506985e2932f217844bd.
https://github.com/llvm/llvm-project/pull/91854
More information about the flang-commits
mailing list