From: Bill Wendling Date: Mon, 29 Apr 2013 23:14:24 +0000 (+0000) Subject: Modify triple to try to make it pass on ARM. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa3cef411387d1c098607a98426e11386d4175d6;p=clang Modify triple to try to make it pass on ARM. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/tls-init-funcs.cpp b/test/CodeGenCXX/tls-init-funcs.cpp index 79b0ea4319..653d6e3910 100644 --- a/test/CodeGenCXX/tls-init-funcs.cpp +++ b/test/CodeGenCXX/tls-init-funcs.cpp @@ -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]