[all-commits] [llvm/llvm-project] efb11c: Support big endian in llvm-symbolizer's data locat...
Chen Zheng via All-commits
all-commits at lists.llvm.org
Mon Oct 9 18:13:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efb11c4022e8b1ef656f9bdedede0fd40bdddb85
https://github.com/llvm/llvm-project/commit/efb11c4022e8b1ef656f9bdedede0fd40bdddb85
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
A llvm/test/DebugInfo/Symbolize/XCOFF/xcoff-symbolize-data.ll
Log Message:
-----------
Support big endian in llvm-symbolizer's data location dwarf info parser (#67284)
For now, data location expression is hard coded to little endian. We are
going to support sanitizers on AIX which is big endian. Support big
endian too in the data location expression parser of llvm-symbolizer.
More information about the All-commits
mailing list