diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-07-28 18:27:07 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-07-28 18:27:07 +0000 |
commit | 5975e88f88f2e8710f1642e394be1beb8ff94cb1 (patch) | |
tree | d0caa0a046c3abd171b235141d104ab0c0f1d2f8 /clang | |
parent | b8f0391a7cd687e42a79bcfe51ea17d375db3b8d (diff) | |
download | llvm-5975e88f88f2e8710f1642e394be1beb8ff94cb1.zip llvm-5975e88f88f2e8710f1642e394be1beb8ff94cb1.tar.gz llvm-5975e88f88f2e8710f1642e394be1beb8ff94cb1.tar.bz2 |
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.
------------------------------------------------------------------------
llvm-svn: 214110
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Sema/MicrosoftExtensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/MicrosoftExtensions.c b/clang/test/Sema/MicrosoftExtensions.c index b199644..429dd94 100644 --- a/clang/test/Sema/MicrosoftExtensions.c +++ b/clang/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 |