summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/obj2yaml/dynamic-section.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/obj2yaml/dynamic-section.test')
-rw-r--r--llvm/test/tools/obj2yaml/dynamic-section.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/obj2yaml/dynamic-section.test b/llvm/test/tools/obj2yaml/dynamic-section.test
index d8fb7e9928c..28066dd16ad 100644
--- a/llvm/test/tools/obj2yaml/dynamic-section.test
+++ b/llvm/test/tools/obj2yaml/dynamic-section.test
@@ -122,6 +122,8 @@
# CHECK-NEXT: Value: 0x0000000000000035
# CHECK-NEXT: - Tag: DT_VERNEEDNUM
# CHECK-NEXT: Value: 0x0000000000000036
+# CHECK-NEXT: - Tag: DT_USED
+# CHECK-NEXT: Value: 0x0000000000000001
!ELF
FileHeader:
@@ -246,3 +248,5 @@ Sections:
Value: 0x0000000000000035
- Tag: DT_VERNEEDNUM
Value: 0x0000000000000036
+ - Tag: DT_USED
+ Value: 0x0000000000000001
OpenPOWER on IntegriCloud