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

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 13:00:42 PDT 2023


================
@@ -0,0 +1,161 @@
+;; This file shows that llvm-symbolizer can symbolize data symbols
+;; from the DWARF info on AIX. Note that AIX is big endian.
----------------
dwblaikie wrote:

Might be worth a FIXME or something mentioning that this test would ideally be assembly, why that isn't done/when it could be fixed ("once the integrated assembler supports blah, this test could/should be migrated to use assembly rather than LLVM IR")

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


More information about the llvm-commits mailing list