Silence a GCC warning about not handling all flags in this switch, we
authorChandler Carruth <chandlerc@gmail.com>
Thu, 30 Sep 2010 10:59:51 +0000 (10:59 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 30 Sep 2010 10:59:51 +0000 (10:59 +0000)
commit5c0d472b6ebc4408b97d12e1e545cafdcbd50adf
tree1ab7223eca8de3cbbdfe668357fdb0c84e3b8d9a
parent186e7a0fb1b2028e4fa9c3efe29d9433c91b3f66
Silence a GCC warning about not handling all flags in this switch, we
specifically assert on unexpected flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCMachOStreamer.cpp