[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
Wed Sep 27 01:47:07 PDT 2023


================
@@ -0,0 +1,149 @@
+; RUN: llc -filetype=obj -o %t -mtriple=powerpc-aix-ibm-xcoff < %s
----------------
chenzheng1030 wrote:

Thanks for remind. You are right. We need llc that supports `powerpc-aix-ibm-xcoff`

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


More information about the llvm-commits mailing list