diff options
author | Eric Christopher <echristo@apple.com> | 2010-05-22 00:55:55 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-05-22 00:55:55 +0000 |
commit | 64087cd34609b379a08736795fe3ab70f4148053 (patch) | |
tree | c904cccb8a1033953b99670ac033a565debcd9f9 /llvm | |
parent | 07494795e505659c4539e12af2bddd09cf1b3b87 (diff) | |
download | bcm5719-llvm-64087cd34609b379a08736795fe3ab70f4148053.tar.gz bcm5719-llvm-64087cd34609b379a08736795fe3ab70f4148053.zip |
This test is darwin only. Make it so(tm).
llvm-svn: 104418
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/X86/tls-1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tls-1.ll b/llvm/test/CodeGen/X86/tls-1.ll index 408e5bb0c60..5f6cbe09fcf 100644 --- a/llvm/test/CodeGen/X86/tls-1.ll +++ b/llvm/test/CodeGen/X86/tls-1.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -mtriple x86_64-apple-darwin | FileCheck %s @a = thread_local global i32 0 ; <i32*> [#uses=0] @b = thread_local global i32 0 ; <i32*> [#uses=0] |