diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-07-25 21:21:08 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-07-25 21:21:08 +0000 |
commit | 8bcf9496d0d372245776a4eb2f4757335b4de0e1 (patch) | |
tree | dc63083e273482e494f158f7af29d153b570d841 /lib/Target/MBlaze | |
parent | 5160d381669f1367290b802c90074cdf896d5c49 (diff) | |
download | external_llvm-8bcf9496d0d372245776a4eb2f4757335b4de0e1.zip external_llvm-8bcf9496d0d372245776a4eb2f4757335b4de0e1.tar.gz external_llvm-8bcf9496d0d372245776a4eb2f4757335b4de0e1.tar.bz2 |
Add a missing enumerator to this switch. Currently its in the
assert-path code, as previously we would have fallen off the end of the
function, but please review and let me know if this should go somewhere
else.
This fixes a Clang warning:
lib/MC/MCMachOStreamer.cpp:201:11: error: enumeration value 'MCSA_IndirectSymbol' not handled in switch [-Werror,-Wswitch-enum]
switch (Attribute) {
^
1 error generated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MBlaze')
0 files changed, 0 insertions, 0 deletions