[llvm-commits] [llvm] r104418 - /llvm/trunk/test/CodeGen/X86/tls-1.ll

Eric Christopher echristo at apple.com
Fri May 21 17:55:55 PDT 2010


Author: echristo
Date: Fri May 21 19:55:55 2010
New Revision: 104418

URL: http://llvm.org/viewvc/llvm-project?rev=104418&view=rev
Log:
This test is darwin only.  Make it so(tm).

Modified:
    llvm/trunk/test/CodeGen/X86/tls-1.ll

Modified: llvm/trunk/test/CodeGen/X86/tls-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tls-1.ll?rev=104418&r1=104417&r2=104418&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/tls-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tls-1.ll Fri May 21 19:55:55 2010
@@ -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]





More information about the llvm-commits mailing list