r212418 - Giving this test a triple to satisfy the build bots.

Aaron Ballman aaron at aaronballman.com
Sun Jul 6 13:07:16 PDT 2014


Author: aaronballman
Date: Sun Jul  6 15:07:16 2014
New Revision: 212418

URL: http://llvm.org/viewvc/llvm-project?rev=212418&view=rev
Log:
Giving this test a triple to satisfy the build bots.

Modified:
    cfe/trunk/test/Parser/MicrosoftExtensions.cpp

Modified: cfe/trunk/test/Parser/MicrosoftExtensions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/MicrosoftExtensions.cpp?rev=212418&r1=212417&r2=212418&view=diff
==============================================================================
--- cfe/trunk/test/Parser/MicrosoftExtensions.cpp (original)
+++ cfe/trunk/test/Parser/MicrosoftExtensions.cpp Sun Jul  6 15:07:16 2014
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions -fms-compatibility -fdelayed-template-parsing
+// RUN: %clang_cc1 %s -triple i386-mingw32 -std=c++11 -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions -fms-compatibility -fdelayed-template-parsing
 
 /* Microsoft attribute tests */
 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]





More information about the cfe-commits mailing list