diff options
Diffstat (limited to 'llvm/tools/llvm-readobj/MachODumper.cpp')
| -rw-r--r-- | llvm/tools/llvm-readobj/MachODumper.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvm-readobj/MachODumper.cpp b/llvm/tools/llvm-readobj/MachODumper.cpp index 58d2c9fca47..8bd09b62a1f 100644 --- a/llvm/tools/llvm-readobj/MachODumper.cpp +++ b/llvm/tools/llvm-readobj/MachODumper.cpp @@ -239,7 +239,8 @@ static const EnumEntry<unsigned> MachOSymbolFlags[] = { { "ReferencedDynamically", 0x10 }, { "NoDeadStrip", 0x20 }, { "WeakRef", 0x40 }, - { "WeakDef", 0x80 } + { "WeakDef", 0x80 }, + { "AltEntry", 0x200 }, }; static const EnumEntry<unsigned> MachOSymbolTypes[] = { |

