diff options
author | Brian Gesiak <modocache@gmail.com> | 2018-01-15 21:05:40 +0000 |
---|---|---|
committer | Brian Gesiak <modocache@gmail.com> | 2018-01-15 21:05:40 +0000 |
commit | 28db314c8257a23de44cfe559198e447faf04753 (patch) | |
tree | 8709a437e59419ccd5904a2f53c570b5b9771c66 /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | aabab4a4ba7a0ebc4c573ff31c27af65ddfbd426 (diff) | |
download | bcm5719-llvm-28db314c8257a23de44cfe559198e447faf04753.tar.gz bcm5719-llvm-28db314c8257a23de44cfe559198e447faf04753.zip |
[Driver] Suggest valid integrated tools
Summary:
There are only two valid integrated Clang driver tools: `-cc1` and
`-cc1as`. If a user asks for an unknown tool, such as `-cc1asphalt`,
an error message is displayed to indicate that there is no such tool,
but the message doesn't indicate what the valid options are.
Include the valid options in the error message.
Test Plan: `check-clang`
Reviewers: sepavloff, bkramer, phosek
Reviewed By: bkramer
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D42004
llvm-svn: 322517
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions