[PATCH] D11969: Avoid using of DataLayout::getPointerSize() without address space argument in DWARF info generation

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 10:27:45 PDT 2015


joker.eph added a comment.

In http://reviews.llvm.org/D11969#222475, @rampitec wrote:

> > The target also controls what TargetMachine::getPointerSize() returns.
>
>
> That is not really true when a base pointer is used like in this case. The control will never go to target in a way it is done now by dwarf code.


I don't understand what you mean by "a base pointer"?


Repository:
  rL LLVM

http://reviews.llvm.org/D11969





More information about the llvm-commits mailing list