File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
llvm/test/CodeGen/PowerPC Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
2
2
; 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
5
5
; RUN: llc -verify-machineinstrs -mcpu=pwr7 -ppc-asm-full-reg-names \
6
6
; 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
8
9
9
10
; Test that the 'aix-small-tls' global variable attribute generates the
10
11
; optimized small-local-exec TLS sequence. Global variables without this
You can’t perform that action at this time.
0 commit comments