Skip to content

Commit bff9697

Browse files
committed
Set -aix-small-local-exec-tls on llvm/test/CodeGen/PowerPC/aix-small-tls-globalvarattr-loadaddr.ll
1 parent 626a854 commit bff9697

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/test/CodeGen/PowerPC/aix-small-tls-globalvarattr-loadaddr.ll

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
22
; RUN: llc -verify-machineinstrs -mcpu=pwr7 -ppc-asm-full-reg-names \
3-
; RUN: -mtriple powerpc64-ibm-aix-xcoff < %s \
4-
; RUN: | FileCheck %s --check-prefixes=COMMONCM,SMALLCM64
3+
; RUN: -mtriple powerpc64-ibm-aix-xcoff -mattr=-aix-small-local-exec-tls \
4+
; RUN: < %s | FileCheck %s --check-prefixes=COMMONCM,SMALLCM64
55
; RUN: llc -verify-machineinstrs -mcpu=pwr7 -ppc-asm-full-reg-names \
66
; RUN: -mtriple powerpc64-ibm-aix-xcoff --code-model=large \
7-
; RUN: < %s | FileCheck %s --check-prefixes=COMMONCM,LARGECM64
7+
; RUN: -mattr=-aix-small-local-exec-tls < %s | \
8+
; RUN: FileCheck %s --check-prefixes=COMMONCM,LARGECM64
89

910
; Test that the 'aix-small-tls' global variable attribute generates the
1011
; optimized small-local-exec TLS sequence. Global variables without this

0 commit comments

Comments
 (0)