Fixed "not all control paths return a value" warning. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 9 Mar 2016 18:05:34 +0000 (18:05 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 9 Mar 2016 18:05:34 +0000 (18:05 +0000)
llvm-svn: 263040

lld/ELF/InputFiles.cpp

index 951820a..ee5c691 100644 (file)
@@ -426,6 +426,7 @@ static uint8_t getGvVisibility(const GlobalValue *GV) {
   case GlobalValue::ProtectedVisibility:
     return STV_PROTECTED;
   }
+  llvm_unreachable("Unknown visibility");
 }
 
 void BitcodeFile::parse(DenseSet<StringRef> &ComdatGroups) {