llvm-for-llvmta/tools/clang/test/CodeGen/Inputs/sanitizer-blacklist-vfsover...

16 lines
366 B
YAML
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
{
'version': 0,
'roots': [
{ 'name': '@DIR@', 'type': 'directory',
'contents': [
{ 'name': 'only-virtual-file.blacklist', 'type': 'file',
'external-contents': '@REAL_FILE@'
},
{ 'name': 'invalid-virtual-file.blacklist', 'type': 'file',
'external-contents': '@NONEXISTENT_FILE@'
}
]
}
]
}