diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2014-03-02 23:37:26 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-03-02 23:37:26 +0000 |
commit | c0423b349bd2dfb0baaf1d1d47b976623f879104 (patch) | |
tree | 214e02eb66c66719ece531148103d1ed4fb32338 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b17a3b3d3373148e448dcf4267ecd238c94a997c (diff) | |
download | llvm-c0423b349bd2dfb0baaf1d1d47b976623f879104.zip llvm-c0423b349bd2dfb0baaf1d1d47b976623f879104.tar.gz llvm-c0423b349bd2dfb0baaf1d1d47b976623f879104.tar.bz2 |
Disable all dependency output options when using the Tooling library.
It isn't appropriate for a tool to be stomping over the dependency files,
especially if the actual build uses a compiler other than Clang or the tool
cannot find all the headers for some reason (which would cause the existing
dependency file to be deleted).
If a tool actually needs to care about dependency files we can think about
adding a mechanism for getting to this information.
Differential Revision: http://llvm-reviews.chandlerc.com/D2912
llvm-svn: 202669
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions