Files
clang-p2996/clang/test/VFS/Inputs/missing-key.yaml
Ben Langmuir 801272a98c Add a driver option -ivfsoverlay
Reads the description of a virtual filesystem from a file and overlays
it over the real file system.

llvm-svn: 202176
2014-02-25 18:23:47 +00:00

5 lines
82 B
YAML

{
'version': 0,
'roots': [ { 'name' : 'foo', 'external-contents': 'bar' } ]
}