[llvm] [DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (PR #91422)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 14:21:14 PDT 2024


eddyz87 wrote:

@azhan92 , tbh I don't have a clue on how to proceed. The switchSection() is called from a myriad of places. I'm 99% sure that the failure is not caused by my changes for debug info classes, as it has nothing to do with ELF sections. Hence, it must be something with the test structure itself, that confuses things specifically on AIX. The options are:
- find someone with access to the AIX machine to at-least get the full stack trace or use llvm-reduce to narrow down the issue;
- mark the test as x86 only, simply to avoid running it on AIX (kinda bad);
- revert the whole commit.

Do you happen to know someone with access to AIX?

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


More information about the llvm-commits mailing list