From: Saleem Abdulrasool Date: Wed, 23 Jul 2014 01:32:32 +0000 (+0000) Subject: test: add an explicit target triple X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93766313da42cbc2eed7b28d284a5735c72391f4;p=clang 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/trunk@213714 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