[llvm] Support big endian in llvm-symbolizer's data location dwarf info parser (PR #67284)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 00:36:51 PDT 2023


chenzheng1030 wrote:

> Is it possible to go from LLVM IR and use llc to generate the data you need for this test case? I don't know if that would work in lieu of the canned object and lack of asm support? (I'll admit to not knowing a huge amount in this area).

Very good comment actually. I've updated the patch, now the xcoff object is generated from IR input.

https://github.com/llvm/llvm-project/pull/67284


More information about the llvm-commits mailing list