File tree 1 file changed +2
-2
lines changed
llvm/test/CodeGen/PowerPC 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
; RUN: < %s 2>&1 | FileCheck %s --check-prefix=CHECK-NOT-SUPPORTED
7
7
; RUN: not llc -mtriple powerpc64-ibm-aix-xcoff -ppc-asm-full-reg-names \
8
8
; 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
10
10
11
11
define dso_local signext i32 @testWithIRAttr () #0 {
12
12
entry:
17
17
18
18
; Check that the aix-small-local-exec-tls attribute is only supported when
19
19
; 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.
21
21
22
22
; Make sure that the test was actually compiled successfully after using the
23
23
; aix-small-local-exec-tls attribute.
You can’t perform that action at this time.
0 commit comments