mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Limit this test only on linux.
Differential Revision: http://reviews.llvm.org/D10522 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c82121e77d
commit
8da0a809aa
@ -1,6 +1,6 @@
|
||||
; RUN: llc < %s -emulated-tls -march=ppc64 -relocation-model=pic \
|
||||
; RUN: llc < %s -emulated-tls -mtriple=powerpc64-unknown-linux-gnu -relocation-model=pic \
|
||||
; RUN: | FileCheck %s
|
||||
; RUN: llc < %s -emulated-tls -march=ppc32 -relocation-model=pic \
|
||||
; RUN: llc < %s -emulated-tls -mtriple=powerpc-nnknown-linux-gnu -relocation-model=pic \
|
||||
; RUN: | FileCheck %s
|
||||
|
||||
; Make sure that TLS symbols are emitted in expected order.
|
||||
|
Loading…
x
Reference in New Issue
Block a user