[cfe-commits] r154643 - in /cfe/trunk: lib/Lex/Lexer.cpp test/Lexer/newline-eof-c++11.cpp test/Lexer/newline-eof.c

Jordy Rose jediknil at belkadan.com
Sat Apr 14 21:21:59 PDT 2012


On Apr 12, 2012, at 21:00, Seth Cantrell wrote:

> --- cfe/trunk/test/Lexer/newline-eof.c (original)
> +++ cfe/trunk/test/Lexer/newline-eof.c Thu Apr 12 20:00:34 2012
> @@ -1,5 +1,5 @@
> -// RUN: %clang -fsyntax-only -Wnewline-eof -verify %s 
> +// RUN: %clang -cc1 -fsyntax-only -Wnewline-eof -verify %s

Is there a reason for this not to use %clang_cc1?



More information about the cfe-commits mailing list