[cfe-commits] r149624 - /cfe/trunk/test/Modules/cstd.m

Douglas Gregor dgregor at apple.com
Thu Feb 2 11:30:10 PST 2012


Author: dgregor
Date: Thu Feb  2 13:30:09 2012
New Revision: 149624

URL: http://llvm.org/viewvc/llvm-project?rev=149624&view=rev
Log:
Yet more data from failing buildbots...

Modified:
    cfe/trunk/test/Modules/cstd.m

Modified: cfe/trunk/test/Modules/cstd.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/cstd.m?rev=149624&r1=149623&r2=149624&view=diff
==============================================================================
--- cfe/trunk/test/Modules/cstd.m (original)
+++ cfe/trunk/test/Modules/cstd.m Thu Feb  2 13:30:09 2012
@@ -1,5 +1,5 @@
 // RUN: rm -rf %t
-// RUN: %clang -fsyntax-only -isysroot %S/Inputs/System -fmodules -fmodule-cache-path %t -D__need_wint_t -Werror=implicit-function-declaration %s
+// RUN: %clang -fsyntax-only -v -isysroot %S/Inputs/System -fmodules -fmodule-cache-path %t -D__need_wint_t -Werror=implicit-function-declaration %s
 
 // Supplied by compiler, but referenced from the "/usr/include" module map.
 @import cstd.float_constants;





More information about the cfe-commits mailing list