diff options
author | Greg Clayton <gclayton@apple.com> | 2010-09-29 01:57:37 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-09-29 01:57:37 +0000 |
commit | 6d01ad92c76fe49c9ee1ca50013c3d0205cd4d6d (patch) | |
tree | 622e02d81572286d616fb20ae998ff5a60296fcc /llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h | |
parent | a63292a3ca9b2b02308de5bf2602395b34809c8b (diff) | |
download | llvm-6d01ad92c76fe49c9ee1ca50013c3d0205cd4d6d.zip llvm-6d01ad92c76fe49c9ee1ca50013c3d0205cd4d6d.tar.gz llvm-6d01ad92c76fe49c9ee1ca50013c3d0205cd4d6d.tar.bz2 |
Fixed an LLVM/Clang assertion that would happen for C++ and ObjC methods if the DWARF doesn't specify the accessibility for the method. Currently gcc 4.2 and clang++ do not set the accessibility correctly on methods. We currently shouldn't default to private since public methods don't have the accessibility specified.
Bottom line: we currently default to public for both C++ and ObjC if the accessibility isn't set.
llvm-svn: 115016
Diffstat (limited to 'llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h')
0 files changed, 0 insertions, 0 deletions