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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 00:49:52 PDT 2015


> On Aug 12, 2015, at 12:04 AM, Mekhanoshin, Stanislav via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> That's the problem with the test, I know it is generally needed. There are no such targets in the llvm with a data layout like this, and until data layout issue with pointer size is fixed it will hardly appear.

AMDGPU has been using this data layout for a long time


> AMDGPU could be the good candidate to write such a test for, but again it cannot afford to switch data layout until these issues are fixed.

The test in this patch can serve as this test since it should start producing the right result http://reviews.llvm.org/D11972


More information about the llvm-commits mailing list