PR21215: Support -fmodule-map-file being specified multiple times. Support
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 17 Oct 2014 01:42:53 +0000 (01:42 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 17 Oct 2014 01:42:53 +0000 (01:42 +0000)
commit9887d79af5fecf1413515e909644f6a23f491b69
tree53f3726b93aa64f0b655514db1fcd7184803713f
parent32e9c6465b3beab8ee95f78eb75c4d159fb060b3
PR21215: Support -fmodule-map-file being specified multiple times. Support
loading multiple module map files from the same directory.

llvm-svn: 220020
clang/include/clang/Lex/HeaderSearch.h
clang/lib/Driver/Tools.cpp
clang/lib/Lex/HeaderSearch.cpp
clang/test/Driver/modules.m
clang/test/Modules/Inputs/modular_maps/c.h [new file with mode: 0644]
clang/test/Modules/Inputs/modular_maps/common.h
clang/test/Modules/Inputs/modular_maps/modulec.map [new file with mode: 0644]
clang/test/Modules/modular_maps.cpp