[PATCH] D69255: [obj2yaml] - Better dumping for relocations without symbols associated.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 23:13:23 PDT 2019
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: tools/obj2yaml/elf2yaml.cpp:413
+
+ // We have might have a relocation without a symbol associated,
+ // e.g. R_X86_64_NONE or R_X86_64_GOTPC32.
----------------
with symbol index 0.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69255/new/
https://reviews.llvm.org/D69255
More information about the llvm-commits
mailing list