forked from OSchip/llvm-project
Fix warning about unhandled enumeration in switch.
llvm-svn: 335702
This commit is contained in:
parent
dd18b11b8e
commit
a603022021
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue