diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-16 13:42:43 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-16 13:42:43 +0000 |
| commit | 890c895fbc21fd869e599af03a387f0f89ee0ef2 (patch) | |
| tree | 266d0fa4e3af43b3129cea6983e8cbd922da49f8 | |
| parent | 1f317d6c052daaa8c3dfcf64d114a95e003b2592 (diff) | |
| download | bcm5719-llvm-890c895fbc21fd869e599af03a387f0f89ee0ef2.tar.gz bcm5719-llvm-890c895fbc21fd869e599af03a387f0f89ee0ef2.zip | |
clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]
llvm-svn: 213150
| -rw-r--r-- | clang/test/Driver/crash-report.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Driver/crash-report.c b/clang/test/Driver/crash-report.c index da1ff950fb9..caee7285bfe 100644 --- a/clang/test/Driver/crash-report.c +++ b/clang/test/Driver/crash-report.c @@ -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 |

