Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1592)

Unified Diff: lib/Analysis/NaCl/PNaClABIProps.cpp

Issue 862943009: Fix Windows build warning (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Analysis/NaCl/PNaClABIProps.cpp
diff --git a/lib/Analysis/NaCl/PNaClABIProps.cpp b/lib/Analysis/NaCl/PNaClABIProps.cpp
index a1aaa06e0527a4ff0e90e9112cb9a09dcac1d15b..f157cba0a6c0799c9bb16e2dd984c5f28c58abfd 100644
--- a/lib/Analysis/NaCl/PNaClABIProps.cpp
+++ b/lib/Analysis/NaCl/PNaClABIProps.cpp
@@ -88,6 +88,7 @@ const char *PNaClABIProps::LinkageName(GlobalValue::LinkageTypes LT) {
case GlobalValue::AvailableExternallyLinkage:
return "available_externally";
}
+ llvm_unreachable("unhandled GlobalValue::LinkageTypes");
}
bool PNaClABIProps::isValidGlobalLinkage(GlobalValue::LinkageTypes Linkage) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698