Fixed msvc warnings

llvm-svn: 269242
This commit is contained in:
Simon Pilgrim 2016-05-11 21:55:37 +00:00
parent 810e329c88
commit bff9dae3ff
1 changed files with 2 additions and 0 deletions

View File

@ -775,6 +775,7 @@ static const char* getSectionNameForBitcode(const Triple &T) {
case Triple::UnknownObjectFormat:
return ".llvmbc";
}
llvm_unreachable("Unimplemented ObjectFormatType");
}
static const char* getSectionNameForCommandline(const Triple &T) {
@ -786,6 +787,7 @@ static const char* getSectionNameForCommandline(const Triple &T) {
case Triple::UnknownObjectFormat:
return ".llvmcmd";
}
llvm_unreachable("Unimplemented ObjectFormatType");
}
// With -fembed-bitcode, save a copy of the llvm IR as data in the