Fix covered switch warning

llvm-svn: 222209
This commit is contained in:
Michael J. Spencer 2014-11-18 01:26:46 +00:00
parent bbd875b6ad
commit 21245af8e7
1 changed files with 1 additions and 0 deletions

View File

@ -804,6 +804,7 @@ RuntimeDyld::loadObject(std::unique_ptr<ObjectBuffer> InputBuffer) {
auto *InputBufferPtr = InputBuffer.get();
switch (Type) {
case sys::fs::file_magic::elf:
case sys::fs::file_magic::elf_relocatable:
case sys::fs::file_magic::elf_executable:
case sys::fs::file_magic::elf_shared_object: