brintos

brintos / llvm-project-archived public Read only

0
0
Text · 582 B · 242f821 Raw
29 lines · yaml
1{2  'version': 0,3  'case-sensitive': 'false',4  'roots': [5    {6      'type': 'directory',7      'name': "TEST_DIR/Z.framework/Headers",8      'contents': [9        {10          'type': 'file',11          'name': "Z.h",12          'external-contents': "TEST_DIR/flat-header-path/Z.h"13        }14      ]15    },16    {17      'type': 'directory',18      'name': "TEST_DIR/Z.framework/Modules",19      'contents': [20        {21          'type': 'file',22          'name': "module.modulemap",23          'external-contents': "TEST_DIR/flat-header-path/Z.modulemap"24        }25      ]26    }27  ]28}29