Note that we'll need to handle __include_macros specially in the module loader

llvm-svn: 145514
This commit is contained in:
Douglas Gregor 2011-11-30 19:39:08 +00:00
parent 7d8517b1d4
commit c3312fab71
1 changed files with 1 additions and 0 deletions

View File

@ -1360,6 +1360,7 @@ void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc,
"__import_module__ " + PathString.str().str() + ";");
// Load the module.
// FIXME: Deal with __include_macros here.
TheModuleLoader.loadModule(IncludeTok.getLocation(), Path);
return;
}