]> granicus.if.org Git - clang/commit
Introduce a cc1-level option to provide the path to the module cache,
authorDouglas Gregor <dgregor@apple.com>
Mon, 12 Sep 2011 20:41:59 +0000 (20:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 12 Sep 2011 20:41:59 +0000 (20:41 +0000)
commit9a6da6930644b4f2dbe4885b0eb4fc1274ff56a4
tree564e160bd3733af36124ca3b947aaa947eed5763
parent48822fbd088c4821f15fee5a2957a69a1f98e746
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139538 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/HeaderSearchOptions.h
include/clang/Lex/HeaderSearch.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitHeaderSearch.cpp
lib/Lex/HeaderSearch.cpp
test/Modules/diamond.c
test/Modules/load_failure.c
test/Modules/lookup.cpp
test/Modules/lookup.m
test/Modules/macros.c
test/Modules/module-private.cpp
test/Modules/objc-categories.m