[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:05 PDT 2023


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

Does this test need a `REQUIRES` directive, or does the `XCOFF` folder already have one? (As noted before, I'm not particularly familiar with LLVM IR/llc, so I don't know if this comment is actually applicable)

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


More information about the llvm-commits mailing list