Use a simpler set of mock headers for the vfs+modules crash recovery tests.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 17 Mar 2016 16:19:51 +0000 (16:19 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 17 Mar 2016 16:19:51 +0000 (16:19 +0000)
commitf8bff1c31c257abb760f08ef30f70205bc4b41f5
tree0b90db4c7a1ba3c709a797d4b90a5a35dd24ddf9
parent0f37fbac51743051a5bc739778fc92da05efdc70
Use a simpler set of mock headers for the vfs+modules crash recovery tests.

The System/ mock is large and too complex for this test. It can cause
the tests to fail in mysterious ways as it depends on the resource dir
being present, which is not really supported for driver tests (using
%clang instead of %clang_cc1). Copy the tree and trim out all the
%unnecessary fat.

llvm-svn: 263718
clang/test/Modules/Inputs/crash-recovery/usr/include/module.map [new file with mode: 0644]
clang/test/Modules/Inputs/crash-recovery/usr/include/stdio.h [new file with mode: 0644]
clang/test/Modules/Inputs/crash-recovery/usr/include/tcl-private/header.h [new file with mode: 0644]
clang/test/Modules/crash-vfs-path-symlink-component.m
clang/test/Modules/crash-vfs-path-traversal.m