[PATCH] D64033: Add column info for inline sites
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 10:46:48 PDT 2019
probinson added a comment.
If the change from DW_AT_MIPS_linkage_name to DW_AT_linkage_name made you think the older .o files were MIPS, more likely it is a change in the default DWARF version; older versions of DWARF did not have DW_AT_linkage_name.
I think the .ll tests are sufficient to show we emit the call_column so no need to update the odr-member-functions tests IMO.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64033/new/
https://reviews.llvm.org/D64033
More information about the llvm-commits
mailing list