Introduce basic support for parsing module map files.Module map files provide a way to map between headers and modules, sothat we can layer a module system on top of existing headers withoutchang
Introduce basic support for parsing module map files.Module map files provide a way to map between headers and modules, sothat we can layer a module system on top of existing headers withoutchanging those headers at all.This commit introduces the module map file parser and the module mapthat it generates, and wires up the module map file parser so thatwe'll automatically find module map files as part of headersearch. Note that we don't yet use the information stored in themodule map.llvm-svn: 144402
show more ...