summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitHeaderSearch.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-09-12 20:41:59 +0000
committerDouglas Gregor <dgregor@apple.com>2011-09-12 20:41:59 +0000
commit1e44e0229288aa4826bdd2e62546b9156032f718 (patch)
treea396ecf7fd708f29746c6339a5c01fb0c0c0cf8e /clang/lib/Frontend/InitHeaderSearch.cpp
parent4a9eb5f8dc613a9afe925ce3c277a7078e1bb8a1 (diff)
downloadbcm5719-llvm-1e44e0229288aa4826bdd2e62546b9156032f718.tar.gz
bcm5719-llvm-1e44e0229288aa4826bdd2e62546b9156032f718.zip
Introduce a cc1-level option to provide the path to the module cache,
where the compiler will look for module files. Eliminates the egregious hack where we looked into the header search paths for modules. llvm-svn: 139538
Diffstat (limited to 'clang/lib/Frontend/InitHeaderSearch.cpp')
-rw-r--r--clang/lib/Frontend/InitHeaderSearch.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Frontend/InitHeaderSearch.cpp b/clang/lib/Frontend/InitHeaderSearch.cpp
index 08af5322675..05152a77b2f 100644
--- a/clang/lib/Frontend/InitHeaderSearch.cpp
+++ b/clang/lib/Frontend/InitHeaderSearch.cpp
@@ -1161,5 +1161,7 @@ void clang::ApplyHeaderSearchOptions(HeaderSearch &HS,
if (HSOpts.UseStandardIncludes)
Init.AddDefaultSystemIncludePaths(Lang, Triple, HSOpts);
+ HS.setModuleCachePath(HSOpts.ModuleCachePath);
+
Init.Realize(Lang);
}
OpenPOWER on IntegriCloud