Module: add -fprebuilt-module-path to support loading prebuilt modules.In this mode, there is no need to load any module map and the programmer cansimply use "@import" syntax to load the module di
Module: add -fprebuilt-module-path to support loading prebuilt modules.In this mode, there is no need to load any module map and the programmer cansimply use "@import" syntax to load the module directly from a prebuiltmodule path. When loading from prebuilt module path, we don't supportrebuilding of the module files and we ignore compatible configurationmismatches.rdar://27290316Differential Revision: http://reviews.llvm.org/D23125llvm-svn: 279096
show more ...