From db5f8b25707a23dd5852a35539775f7e8cf8896e Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Fri, 27 Jun 2014 06:35:05 +0000 Subject: Driver: Pass -ivfsoverlay to module crashdumps When we create a crashdump involving modules, we build a VFS to reproduce the problem with. This updates the reproduction script to use that VFS. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211876 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/crash-report-modules.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/Driver/crash-report-modules.m b/test/Driver/crash-report-modules.m index ff805ed453..d1c7832019 100644 --- a/test/Driver/crash-report-modules.m +++ b/test/Driver/crash-report-modules.m @@ -28,3 +28,5 @@ const int x = MODULE_MACRO; // CHECKSH: -cc1 // CHECKSH: -D "FOO=BAR" // CHECKSH-NOT: -fmodules-cache-path=/tmp/ +// CHECKSH: crash-report-modules-{{[^ ]*}}.m +// CHECKSH: -ivfsoverlay crash-report-modules-{{[^ ]*}}.cache/vfs/vfs.yaml -- cgit v1.2.3