]> granicus.if.org Git - clang/commit
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)
commit84a0f84ed596339c28ccca38aef94980b30cbda9
tree08fdaf5078cad3f979959424ca8e363752ced6ec
parentfbdfa91fa9d1ee05f52487edb6f30227c3d453ba
PR21215: Support -fmodule-map-file being specified multiple times. Support
loading multiple module map files from the same directory.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220020 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/HeaderSearch.h
lib/Driver/Tools.cpp
lib/Lex/HeaderSearch.cpp
test/Driver/modules.m
test/Modules/Inputs/modular_maps/c.h [new file with mode: 0644]
test/Modules/Inputs/modular_maps/common.h
test/Modules/Inputs/modular_maps/modulec.map [new file with mode: 0644]
test/Modules/modular_maps.cpp