aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-05-22 00:55:55 +0000
committerEric Christopher <echristo@apple.com>2010-05-22 00:55:55 +0000
commit1e6d3ac709f638df52c9e656366993ae19639373 (patch)
tree6da57493f6529ca5086f92ecb3c7dbb59f03ff11
parentbe751cfe9cbcc760e24599a59e5b9699d4d4f9e0 (diff)
downloadexternal_llvm-1e6d3ac709f638df52c9e656366993ae19639373.zip
external_llvm-1e6d3ac709f638df52c9e656366993ae19639373.tar.gz
external_llvm-1e6d3ac709f638df52c9e656366993ae19639373.tar.bz2
This test is darwin only. Make it so(tm).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104418 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/tls-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tls-1.ll b/test/CodeGen/X86/tls-1.ll
index 408e5bb..5f6cbe0 100644
--- a/test/CodeGen/X86/tls-1.ll
+++ b/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]