From 0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 19 Dec 2017 22:05:25 +0000 Subject: Silence a bunch of implicit fallthrough warnings llvm-svn: 321114 --- llvm/lib/Object/ELF.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Object/ELF.cpp') diff --git a/llvm/lib/Object/ELF.cpp b/llvm/lib/Object/ELF.cpp index c72a1258c1e..5906dc5f530 100644 --- a/llvm/lib/Object/ELF.cpp +++ b/llvm/lib/Object/ELF.cpp @@ -138,6 +138,7 @@ StringRef llvm::object::getELFRelocationTypeName(uint32_t Machine, default: break; } + break; case ELF::EM_BPF: switch (Type) { #include "llvm/BinaryFormat/ELFRelocs/BPF.def" -- cgit v1.2.3