[cfe-commits] r111773 - /cfe/trunk/lib/Driver/ToolChains.cpp
Chandler Carruth
chandlerc at gmail.com
Sat Aug 21 23:56:37 PDT 2010
Author: chandlerc
Date: Sun Aug 22 01:56:37 2010
New Revision: 111773
URL: http://llvm.org/viewvc/llvm-project?rev=111773&view=rev
Log:
Add two new enumerations to the unsupported list for Windows so that all cases
are handled.
Modified:
cfe/trunk/lib/Driver/ToolChains.cpp
Modified: cfe/trunk/lib/Driver/ToolChains.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.cpp?rev=111773&r1=111772&r2=111773&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.cpp (original)
+++ cfe/trunk/lib/Driver/ToolChains.cpp Sun Aug 22 01:56:37 2010
@@ -1107,6 +1107,8 @@
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:
More information about the cfe-commits
mailing list