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
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to