[PATCH] D75029: [DWARFLinker][NFC] Remove usages of "const object::ObjectFile" from DWARFLinker.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 12:48:12 PST 2020
avl added a comment.
> Seems reasonable. I assume you didn't rename the variable names to limit the churn? How much bigger is the patch if you do?
Other than removing references to object::ObjectFile, this patch renames DwarfLinkerObjFile into DwarfFile. there are 57 places which hit by that renaming.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75029/new/
https://reviews.llvm.org/D75029
More information about the llvm-commits
mailing list