]> granicus.if.org Git - clang/commitdiff
Remove spurious default case to silent sanitizer
authorRenato Golin <renato.golin@linaro.org>
Thu, 13 Feb 2014 10:26:33 +0000 (10:26 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 13 Feb 2014 10:26:33 +0000 (10:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201309 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index 5f64097fc240a09a64eac7bb6e437da73f0115ac..77a830b12bdf4976b800599340fb7d67a58223f5 100644 (file)
@@ -6564,8 +6564,6 @@ static void AddRunTimeLibs(const ToolChain &TC, const Driver &D,
   case ToolChain::RLT_Libgcc:
     AddLibgcc(TC.getTriple(), D, CmdArgs, Args);
     break;
-  default:
-    llvm_unreachable("Unknown RT-Lib type");
   }
 }