forked from OSchip/llvm-project
Add a forgotten break. Found by Rafael Espindola!
llvm-svn: 118433
This commit is contained in:
parent
470ade12e0
commit
b45d2672f7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue