[flang-commits] [flang] [flang][AIX] XFAIL tests that use plugin (NFC) (PR #176489)

Andrzej WarzyƄski via flang-commits flang-commits at lists.llvm.org
Sat Jan 17 02:39:29 PST 2026


================
@@ -14,7 +15,7 @@ subroutine test_order()
 end subroutine
 
 !CHECK: - file:         {{.*}}
-!CHECK:   line:         9
+!CHECK:   line:         [[@LINE-8]]
----------------
banach-space wrote:

This is merely changing absolute line numbers to relative line numbers. The updated approach is more future-proof. This is documented here:
* https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-pseudo-numeric-variables

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


More information about the flang-commits mailing list