diff options
author | Daniel Jasper <djasper@google.com> | 2013-12-16 14:53:57 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-12-16 14:53:57 +0000 |
commit | 5c6ee49fa037acf664c549bf08327d89907309e6 (patch) | |
tree | 76e88b0a0e81d15b86ac7ade6afd61b4d25c4960 /clang/lib/CodeGen/CGValue.h | |
parent | 3bb50b0ff84ebf6ca7d4506eba8fc89f96d0d993 (diff) | |
download | bcm5719-llvm-5c6ee49fa037acf664c549bf08327d89907309e6.tar.gz bcm5719-llvm-5c6ee49fa037acf664c549bf08327d89907309e6.zip |
Modules: Make missing headers in a module.map a warning not an error.
Instead, mark the module as unavailable so that clang errors as soon as
someone tries to build this module.
A better long-term strategy might be to not stat the header files at all
while reading the module map and instead read them only when the module
is being built (there is a corresponding FIXME in parseHeaderDecl()).
However, it seems non-trivial to get there and this would be a temporary
solution to unblock us.
Also changed the implementation to reuse the same DiagnosticsEngine as
otherwise warnings can't be enabled or disabled with command-line flags.
llvm-svn: 197388
Diffstat (limited to 'clang/lib/CodeGen/CGValue.h')
0 files changed, 0 insertions, 0 deletions