Bruno Cardoso Lopes 7315d2d721 [PCH+Modules] Load -fmodule-map-file content before including PCHs
Consider:
1) Generate PCH with -fmodules and -fmodule-map-file
2) Use PCH with -fmodules and the same -fmodule-map-file

If we don't load -fmodule-map-file content before including PCHs,
the modules that are dependencies in PCHs cannot get loaded,
since there's no matching module map file when reading back the AST.

rdar://problem/40852867

Differential Revision: https://reviews.llvm.org/D48685

llvm-svn: 337447
2018-07-19 12:32:06 +00:00
..
2017-01-26 23:07:59 +00:00
2017-04-04 02:50:40 +00:00
2018-02-23 19:30:48 +00:00
2017-01-26 23:07:59 +00:00
2018-01-06 03:20:59 +00:00
2014-12-06 22:11:06 +00:00
2016-07-22 20:49:31 +00:00
2015-11-12 21:55:58 +00:00