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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 23:50:06 PDT 2023


================
@@ -0,0 +1,149 @@
+; RUN: llc -filetype=obj -o %t -mtriple=powerpc-aix-ibm-xcoff < %s
+; RUN: llvm-symbolizer --obj=%t 'DATA 0x60' 'DATA 0x61' 'DATA 0x64' 'DATA 0X68' \
+; RUN:   'DATA 0x90' 'DATA 0x94' 'DATA 0X98' | FileCheck %s
+
+; CHECK: bss_global
----------------
jh7370 wrote:

Some comments noting what each test case is intended to test would be helpful.

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


More information about the llvm-commits mailing list