This patch helps infer the endianness of DWARF sections from FileHeader.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Same comments generally apply to this test case as the big endian one from D80972. Otherwise, this looks fine.
llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml | ||
---|---|---|
7–9 | You're welcome to continue to use %t1.o and %t2.o etc if you want - my previous suggestion in this area was more by way of example. What you have here is fine too though. |
llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml | ||
---|---|---|
7–9 | %t.be.o and %t.le.o belong to the test case (a). I want to avoid having something like: # RUN: yaml2obj --docnum=1 %s -o %t1.o ## Big endian case. ... # RUN: yaml2obj --docnum=1 %s -o %t2.o ## Little endian case. ... # RUN: yaml2obj --dconum=2 %s -o %t3.o |
You're welcome to continue to use %t1.o and %t2.o etc if you want - my previous suggestion in this area was more by way of example. What you have here is fine too though.