From: Renato Golin Date: Mon, 28 Jul 2014 18:27:07 +0000 (+0000) Subject: Merging r213714: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31a4da4d2e66b504319573b454ea3fc755ebbeea;p=clang Merging r213714: ------------------------------------------------------------------------ r213714 | compnerd | 2014-07-23 02:32:32 +0100 (Wed, 23 Jul 2014) | 4 lines test: add an explicit target triple Now that we support WoA, this test fails on ARM build bots as __va_start has a different signature on different architectures. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@214110 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/MicrosoftExtensions.c b/test/Sema/MicrosoftExtensions.c index b199644419..429dd943a7 100644 --- a/test/Sema/MicrosoftExtensions.c +++ b/test/Sema/MicrosoftExtensions.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions +// RUN: %clang_cc1 -triple i686-windows %s -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions struct A