[llvm] [XCOFF] Add compiler version to an auxiliary symbol table entry (PR #80162)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 09:03:42 PST 2024
================
@@ -6,11 +6,11 @@
; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -mcpu=pwr4 \
; RUN: -mattr=-altivec -filetype=obj -o %t.o < %s
-; RUN: llvm-readobj --symbols %t.o | FileCheck --check-prefix=OBJ %s
+; RUN: llvm-readobj --symbols %t.o | FileCheck -D#NFA=2 --check-prefix=OBJ %s
----------------
stephenpeckham wrote:
I tried using the capture expression in some cases, but in some cases, the wrong line matched and set the captured expression incorrectly.
https://github.com/llvm/llvm-project/pull/80162
More information about the llvm-commits
mailing list