Skip to content

Commit

Permalink
[llvm-readobj] Print DF_1_DISPRELPND
Browse files Browse the repository at this point in the history
The test will be added by D58677.

llvm-svn: 354955
  • Loading branch information
MaskRay committed Feb 27, 2019
1 parent cc290a9 commit 73f1699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/tools/llvm-readobj/ELFDumper.cpp
Expand Up @@ -1730,6 +1730,7 @@ static const EnumEntry<unsigned> ElfDynamicDTFlags1[] = {
LLVM_READOBJ_DT_FLAG_ENT(DF_1, CONFALT),
LLVM_READOBJ_DT_FLAG_ENT(DF_1, ENDFILTEE),
LLVM_READOBJ_DT_FLAG_ENT(DF_1, DISPRELDNE),
LLVM_READOBJ_DT_FLAG_ENT(DF_1, DISPRELPND),
LLVM_READOBJ_DT_FLAG_ENT(DF_1, NODIRECT),
LLVM_READOBJ_DT_FLAG_ENT(DF_1, IGNMULDEF),
LLVM_READOBJ_DT_FLAG_ENT(DF_1, NOKSYMS),
Expand Down

0 comments on commit 73f1699

Please sign in to comment.