]> granicus.if.org Git - clang/commit
Thread a TargetInfo through to the module map; we'll need it for
authorDouglas Gregor <dgregor@apple.com>
Mon, 30 Jan 2012 06:01:29 +0000 (06:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 30 Jan 2012 06:01:29 +0000 (06:01 +0000)
commitdc58aa71026cce539ca9b5c2c52cc4efc7bd77fe
tree6ced169a86aa0072e25c83227aa56b7dc75199e1
parentadd5adb9aa5facc1cd170fc9dacbd58cde028025
Thread a TargetInfo through to the module map; we'll need it for
target-specific module requirements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149224 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/Basic/Module.h
include/clang/Lex/HeaderSearch.h
include/clang/Lex/ModuleMap.h
lib/Basic/Module.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendActions.cpp
lib/Lex/HeaderSearch.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/Preprocessor.cpp
lib/Serialization/ASTReader.cpp
unittests/Basic/SourceManagerTest.cpp
unittests/Lex/LexerTest.cpp