Skip to content

Commit 5d2fa75

Browse files
committed
Update CHECK prefix name for check-aix-small-local-exec-tls-opt-IRattribute.ll.
1 parent 7e56809 commit 5d2fa75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/PowerPC/check-aix-small-local-exec-tls-opt-IRattribute.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; RUN: < %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOT-SUPPORTED
77
; RUN: not llc -mtriple powerpc64-ibm-aix-xcoff -ppc-asm-full-reg-names \
88
; RUN: -data-sections=false < %s 2>&1 | \
9-
; RUN: FileCheck %s --check-prefix=CHECK-NOT-SUPPORTED-NO-DATASEC
9+
; RUN: FileCheck %s --check-prefix=CHECK-UNSUPPORTED-NO-DATASEC
1010

1111
define dso_local signext i32 @testWithIRAttr() #0 {
1212
entry:
@@ -17,7 +17,7 @@ entry:
1717

1818
; Check that the aix-small-local-exec-tls attribute is only supported when
1919
; data sections are enabled.
20-
; CHECK-NOT-SUPPORTED-NO-DATASEC: The aix-small-local-exec-tls attribute can only be specified with -data-sections.
20+
; CHECK-UNSUPPORTED-NO-DATASEC: The aix-small-local-exec-tls attribute can only be specified with -data-sections.
2121

2222
; Make sure that the test was actually compiled successfully after using the
2323
; aix-small-local-exec-tls attribute.

0 commit comments

Comments
 (0)