From: Chandler Carruth Date: Sun, 22 Aug 2010 06:56:37 +0000 (+0000) Subject: Add two new enumerations to the unsupported list for Windows so that all cases X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e97673f10fbb557be2d95f6ca0fcdb6f6dc82b3b;p=clang 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 --- diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index db898e978a..3d3c7cc0ff 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -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: