xref: /minix3/external/bsd/llvm/dist/clang/test/VFS/Inputs/vfsoverlay2.yaml (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc{
2*0a6a1f1dSLionel Sambuc  'version': 0,
3*0a6a1f1dSLionel Sambuc  'roots': [
4*0a6a1f1dSLionel Sambuc    { 'name': 'OUT_DIR', 'type': 'directory',
5*0a6a1f1dSLionel Sambuc      'contents': [
6*0a6a1f1dSLionel Sambuc        { 'name': 'module.map', 'type': 'file',
7*0a6a1f1dSLionel Sambuc          'external-contents': 'INPUT_DIR/actual_module2.map'
8*0a6a1f1dSLionel Sambuc        }
9*0a6a1f1dSLionel Sambuc      ]
10*0a6a1f1dSLionel Sambuc    }
11*0a6a1f1dSLionel Sambuc  ]
12*0a6a1f1dSLionel Sambuc}
13