forked from OSchip/llvm-project
15 lines
569 B
Matlab
15 lines
569 B
Matlab
// REQUIRES: crash-recovery, shell
|
|
|
|
// FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?
|
|
// XFAIL: mingw32
|
|
|
|
// RUN: rm -rf %t
|
|
// RUN: mkdir -p %t/vdir %t/outdir %t/cache
|
|
// RUN: cp -a %S/Inputs/Bar.framework %t/outdir/
|
|
//
|
|
// 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
|
|
// RUN: rm -f %t/outdir/Bar.framework/Headers/B.h
|
|
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -ivfsoverlay %t/vdir/bar-headers.yaml -F %t/vdir -fsyntax-only %s
|
|
|
|
@import Bar;
|