]> granicus.if.org Git - clang/commitdiff
Add two new enumerations to the unsupported list for Windows so that all cases
authorChandler Carruth <chandlerc@gmail.com>
Sun, 22 Aug 2010 06:56:37 +0000 (06:56 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 22 Aug 2010 06:56:37 +0000 (06:56 +0000)
are handled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111773 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.cpp

index db898e978a120ea64160dd1fb4ba87daf2de5506..3d3c7cc0ff1e3fb0e34b153bd7c86e9c15b41a1b 100644 (file)
@@ -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: