[cfe-commits] r149212 - /cfe/trunk/test/Modules/compiler_builtins.m
Douglas Gregor
dgregor at apple.com
Sun Jan 29 15:24:52 PST 2012
Author: dgregor
Date: Sun Jan 29 17:24:52 2012
New Revision: 149212
URL: http://llvm.org/viewvc/llvm-project?rev=149212&view=rev
Log:
Try to get useful diagnostics out of the failing MSVC builders
Modified:
cfe/trunk/test/Modules/compiler_builtins.m
Modified: cfe/trunk/test/Modules/compiler_builtins.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/compiler_builtins.m?rev=149212&r1=149211&r2=149212&view=diff
==============================================================================
--- cfe/trunk/test/Modules/compiler_builtins.m (original)
+++ cfe/trunk/test/Modules/compiler_builtins.m Sun Jan 29 17:24:52 2012
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t -Xclang -verify %s
+// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t %s
@import __compiler_builtins.float_constants;
@@ -9,4 +9,4 @@
char getCharMax() { return CHAR_MAX; }
-size_t size; // expected-error{{unknown type name 'size_t'}}
+//size_t size; // expected-error{{unknown type name 'size_t'}}
More information about the cfe-commits
mailing list