summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/crash-vfs-path-symlink-component.m
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-03-17 16:19:51 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-03-17 16:19:51 +0000
commitf8bff1c31c257abb760f08ef30f70205bc4b41f5 (patch)
tree0b90db4c7a1ba3c709a797d4b90a5a35dd24ddf9 /clang/test/Modules/crash-vfs-path-symlink-component.m
parent0f37fbac51743051a5bc739778fc92da05efdc70 (diff)
downloadbcm5719-llvm-f8bff1c31c257abb760f08ef30f70205bc4b41f5.tar.gz
bcm5719-llvm-f8bff1c31c257abb760f08ef30f70205bc4b41f5.zip
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
Diffstat (limited to 'clang/test/Modules/crash-vfs-path-symlink-component.m')
-rw-r--r--clang/test/Modules/crash-vfs-path-symlink-component.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/crash-vfs-path-symlink-component.m b/clang/test/Modules/crash-vfs-path-symlink-component.m
index 759bad03cd3..e27e719efb7 100644
--- a/clang/test/Modules/crash-vfs-path-symlink-component.m
+++ b/clang/test/Modules/crash-vfs-path-symlink-component.m
@@ -8,7 +8,7 @@
// RUN: rm -rf %t
// RUN: mkdir -p %t/i %t/m %t %t/sysroot
-// RUN: cp -a %S/Inputs/System/usr %t/i/
+// RUN: cp -a %S/Inputs/crash-recovery/usr %t/i/
// RUN: ln -s include/tcl-private %t/i/usr/x
// RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \
OpenPOWER on IntegriCloud