[PATCH] D11969: Avoid using of DataLayout::getPointerSize() without address space argument in DWARF info generation
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 11:25:58 PDT 2015
rampitec added a comment.
In http://reviews.llvm.org/D11969#222886, @joker.eph wrote:
> In http://reviews.llvm.org/D11969#222475, @rampitec wrote:
>
> >
>
>
> I don't understand what you mean by "a base pointer"?
Base class really. I mean calling TM.getPointerSize() will call base implementation from TargetMachine and not target code.
Repository:
rL LLVM
http://reviews.llvm.org/D11969
More information about the llvm-commits
mailing list