commit | 0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Tue Dec 19 22:05:25 2017 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Tue Dec 19 22:05:25 2017 +0000 |
tree | 1f121135fb5c07575653076be40e123c9d247244 | |
parent | f81727d138b3b216c4db06ab8b01d67de6580525 [diff] [blame] |
Silence a bunch of implicit fallthrough warnings llvm-svn: 321114
diff --git a/llvm/lib/Object/ELF.cpp b/llvm/lib/Object/ELF.cpp index c72a125..5906dc5 100644 --- a/llvm/lib/Object/ELF.cpp +++ b/llvm/lib/Object/ELF.cpp
@@ -138,6 +138,7 @@ default: break; } + break; case ELF::EM_BPF: switch (Type) { #include "llvm/BinaryFormat/ELFRelocs/BPF.def"