[PATCH] D15775: Add debugger rendezvous DT_DEBUG .dynamic entry
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 29 09:44:44 PST 2015
emaste added inline comments.
================
Comment at: test/ELF/dt_tags.s:10
@@ +9,3 @@
+# EXE: DynamicSection [
+# EXE: 0x0000000000000015 DEBUG 0x0
+# EXE: ]
----------------
Note that this is also implicitly tested in dynamic-relocs.s
================
Comment at: test/ELF/dt_tags.s:14
@@ +13,3 @@
+# DSO: DynamicSection [
+# DSO-NOT: 0x0000000000000015 DEBUG 0x0
+# DSO: ]
----------------
However I believe this is not tested elsewhere
http://reviews.llvm.org/D15775
More information about the llvm-commits
mailing list