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 | b2561029b1fedabe306a2f792c3010b1076b77ba (patch) | |
| tree | d15895aec748429f95413bf8318472e98bfc444f /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
| parent | e96fd5a4fe370ef61512289b17194134cf948529 (diff) | |
| download | llvm-b2561029b1fedabe306a2f792c3010b1076b77ba.zip llvm-b2561029b1fedabe306a2f792c3010b1076b77ba.tar.gz llvm-b2561029b1fedabe306a2f792c3010b1076b77ba.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.
llvm-svn: 135976
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions
