Fix warning about unhandled enumeration in switch.

llvm-svn: 335702
This commit is contained in:
Zachary Turner 2018-06-27 02:49:22 +00:00
parent dd18b11b8e
commit a603022021
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@ void freebsd::Linker::ConstructJob(Compilation &C, const JobAction &JA,
else
CmdArgs.push_back("elf64ltsmip_fbsd");
break;
default:
break;
}
if (Arg *A = Args.getLastArg(options::OPT_G)) {