Add two new enumerations to the unsupported list for Windows so that all cases

are handled.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2010-08-22 06:56:37 +00:00
Родитель 875ab10245
Коммит e97673f10f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1107,6 +1107,8 @@ Tool &Windows::SelectTool(const Compilation &C, const JobAction &JA) const {
switch (Key) {
case Action::InputClass:
case Action::BindArchClass:
case Action::LipoJobClass:
case Action::DsymutilJobClass:
assert(0 && "Invalid tool kind.");
case Action::PreprocessJobClass:
case Action::PrecompileJobClass: