]> granicus.if.org Git - clang/commitdiff
Modify triple to try to make it pass on ARM.
authorBill Wendling <isanbard@gmail.com>
Mon, 29 Apr 2013 23:14:24 +0000 (23:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 29 Apr 2013 23:14:24 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180748 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/tls-init-funcs.cpp

index 79b0ea43191938bcaa9901541858ad942da12e83..653d6e3910779c2ce5afc1fc564409c003501ee0 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -std=c++11 -S -emit-llvm %s -o - | FileCheck -check-prefix=BITCODE %s
-// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -std=c++11 -S %s -o - | FileCheck -check-prefix=ASM %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin11.0.0 -std=c++11 -emit-llvm %s -o - | FileCheck -check-prefix=BITCODE %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin11.0.0 -std=c++11 -S %s -o - | FileCheck -check-prefix=ASM %s
 
 // BITCODE: @llvm.tls_init_funcs = appending global [1 x void ()*] [void ()* @__tls_init]