mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
PowerPC: add Linux triple to TLS tests
The tests were failing on OS X. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197146 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
; RUN: llc -march=ppc64 -mcpu=pwr7 -O0 -relocation-model=pic < %s | FileCheck -check-prefix=OPT0 %s
|
; RUN: llc -march=ppc64 -mcpu=pwr7 -O0 -relocation-model=pic < %s | FileCheck -check-prefix=OPT0 %s
|
||||||
; RUN: llc -march=ppc64 -mcpu=pwr7 -O1 -relocation-model=pic < %s | FileCheck -check-prefix=OPT1 %s
|
; RUN: llc -march=ppc64 -mcpu=pwr7 -O1 -relocation-model=pic < %s | FileCheck -check-prefix=OPT1 %s
|
||||||
|
|
||||||
|
target triple = "powerpc64-unknown-linux-gnu"
|
||||||
; Test correct assembly code generation for thread-local storage using
|
; Test correct assembly code generation for thread-local storage using
|
||||||
; the local dynamic model.
|
; the local dynamic model.
|
||||||
|
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
; RUN: llc -O0 < %s -march=ppc64 -mcpu=ppc64 | FileCheck -check-prefix=OPT0 %s
|
; RUN: llc -O0 < %s -march=ppc64 -mcpu=ppc64 | FileCheck -check-prefix=OPT0 %s
|
||||||
; RUN: llc -O1 < %s -march=ppc64 -mcpu=ppc64 | FileCheck -check-prefix=OPT1 %s
|
; RUN: llc -O1 < %s -march=ppc64 -mcpu=ppc64 | FileCheck -check-prefix=OPT1 %s
|
||||||
|
|
||||||
|
target triple = "powerpc64-unknown-linux-gnu"
|
||||||
|
|
||||||
@a = thread_local global i32 0, align 4
|
@a = thread_local global i32 0, align 4
|
||||||
|
|
||||||
;OPT0-LABEL: localexec:
|
;OPT0-LABEL: localexec:
|
||||||
|
Reference in New Issue
Block a user