]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/VFS/umbrella-framework-import-skipnonexist.m
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / VFS / umbrella-framework-import-skipnonexist.m
1 // REQUIRES: crash-recovery, shell
2
3 // FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?
4 // XFAIL: mingw32
5
6 // RUN: rm -rf %t
7 // RUN: mkdir -p %t/vdir %t/outdir %t/cache
8 // RUN: cp -R %S/Inputs/Bar.framework %t/outdir/
9 //
10 // RUN: sed -e "s:VDIR:%t/vdir:g" -e "s:OUT_DIR:%t/outdir:g" %S/Inputs/bar-headers.yaml > %t/vdir/bar-headers.yaml
11 // RUN: rm -f %t/outdir/Bar.framework/Headers/B.h
12 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -ivfsoverlay %t/vdir/bar-headers.yaml -F %t/vdir -fsyntax-only %s
13
14 @import Bar;