1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

This test is darwin only. Make it so(tm).

llvm-svn: 104418
This commit is contained in:
Eric Christopher 2010-05-22 00:55:55 +00:00
parent b8ebb375b6
commit 189eca1291

View File

@ -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]