[PATCH] D41549: Detemplate reportDuplicate

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 25 22:47:59 PST 2017


ruiu accepted this revision.
ruiu added a comment.

LGTM



================
Comment at: ELF/InputFiles.cpp:104
+  switch (Config->EKind) {
+  default:
+    llvm_unreachable("Invalid kind");
----------------
I think we usually write `default` at end of switch.


https://reviews.llvm.org/D41549





More information about the llvm-commits mailing list