Add a forgotten break. Found by Rafael Espindola!

llvm-svn: 118433
This commit is contained in:
Roman Divacky 2010-11-08 19:39:10 +00:00
parent 470ade12e0
commit b45d2672f7
1 changed files with 1 additions and 0 deletions

View File

@ -1110,6 +1110,7 @@ Tool &FreeBSD::SelectTool(const Compilation &C, const JobAction &JA) const {
T = new tools::ClangAs(*this);
else
T = new tools::freebsd::Assemble(*this);
break;
case Action::LinkJobClass:
T = new tools::freebsd::Link(*this); break;
default: