r213150 - clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]

NAKAMURA Takumi geek4civic at gmail.com
Wed Jul 16 06:42:47 PDT 2014


Author: chapuni
Date: Wed Jul 16 08:42:43 2014
New Revision: 213150

URL: http://llvm.org/viewvc/llvm-project?rev=213150&view=rev
Log:
clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]

Modified:
    cfe/trunk/test/Driver/crash-report.c

Modified: cfe/trunk/test/Driver/crash-report.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/crash-report.c?rev=213150&r1=213149&r2=213150&view=diff
==============================================================================
--- cfe/trunk/test/Driver/crash-report.c (original)
+++ cfe/trunk/test/Driver/crash-report.c Wed Jul 16 08:42:43 2014
@@ -10,6 +10,9 @@
 // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s
 // REQUIRES: crash-recovery
 
+// PR20321: diag invokes clang -E with -frewrite-includes.
+// REQUIRES: rewriter
+
 // because of the glob (*.c, *.sh)
 // REQUIRES: shell
 





More information about the cfe-commits mailing list