llvm-for-llvmta/tools/clang/test/VFS/Inputs/MissingVFS/vfsoverlay.yaml

13 lines
215 B
YAML
Raw Normal View History

2022-04-25 13:02:35 +02:00
{
'version': 0,
'roots': [
{ 'name': 'INPUT_DIR', 'type': 'directory',
'contents': [
{ 'name': 'a.h', 'type': 'file',
'external-contents': 'OUT_DIR/a.h'
}
]
}
]
}