hanchenye-llvm-project/clang/test/VFS/Inputs/vfsoverlay2.yaml

13 lines
237 B
YAML

{
'version': 0,
'roots': [
{ 'name': 'OUT_DIR', 'type': 'directory',
'contents': [
{ 'name': 'module.map', 'type': 'file',
'external-contents': 'INPUT_DIR/actual_module2.map'
}
]
}
]
}