brintos

brintos / llvm-project-archived public Read only

0
0
Text · 234 B · 80d8fba Raw
13 lines · yaml
1{2  'version': 0,3  'roots': [4    { 'name': 'OUT_DIR', 'type': 'directory',5      'contents': [6        { 'name': 'not_real.h', 'type': 'file',7          'external-contents': 'INPUT_DIR/actual_header.h'8        }9      ]10    }11  ]12}13