[PATCH] D35009: [DWARF] - Provide default implementations for methods of LoadedObjectInfo
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 09:04:04 PDT 2017
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
getSectionLoadAddress seems fine - but I've fixed/improved the clone situation by generalizing a CRTP base helper in r307166, so you can probably use that in your other change
https://reviews.llvm.org/D35009
More information about the llvm-commits
mailing list