commit | c3312fab717fba32347df47b0a2dc5d1d6dd984e | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Nov 30 19:39:08 2011 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Nov 30 19:39:08 2011 +0000 |
tree | 90f956e6ec6babb3119f78e09db34b81850ce53e | |
parent | 7d8517b1d4e1fcedbcc2c7c71e7282ae677d1f28 [diff] [blame] |
Note that we'll need to handle __include_macros specially in the module loader llvm-svn: 145514
diff --git a/clang/lib/Lex/PPDirectives.cpp b/clang/lib/Lex/PPDirectives.cpp index 9e5757f..e86680e 100644 --- a/clang/lib/Lex/PPDirectives.cpp +++ b/clang/lib/Lex/PPDirectives.cpp
@@ -1360,6 +1360,7 @@ "__import_module__ " + PathString.str().str() + ";"); // Load the module. + // FIXME: Deal with __include_macros here. TheModuleLoader.loadModule(IncludeTok.getLocation(), Path); return; }