mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 06:18:56 -04:00

Reads the description of a virtual filesystem from a file and overlays it over the real file system. llvm-svn: 202176
6 lines
253 B
C
6 lines
253 B
C
// RUN: %clang -ivfsoverlay foo.h -### %s 2>&1 | FileCheck %s
|
|
// CHECK: "-ivfsoverlay" "foo.h"
|
|
|
|
// RUN: not %clang -ivfsoverlay foo.h %s 2>&1 | FileCheck -check-prefix=CHECK-MISSING %s
|
|
// CHECK-MISSING: virtual filesystem overlay file 'foo.h' not found
|