[PATCH] D30879: Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 15:55:20 PDT 2017
mehdi_amini added inline comments.
================
Comment at: include/llvm/CodeGen/AsmPrinter.h:202
- unsigned getPointerSize() const;
-
/// Return information about subtarget.
----------------
I think if you leave out this change, the patch will be *a lot* smaller and easier to review. I'm not against considering this change as a separate patch.
https://reviews.llvm.org/D30879
More information about the llvm-commits
mailing list