As discussed in D95511, this allows us to encode invalid BBAddrMap
sections to be used in more rigorous testing.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
It looks like you somehow pushed an older version of this change? Several of the typos/minor changes you fixed in previous iterations have been undone. Please take a look and fix accordingly.
I used this link to spot differences that look bad to me: https://reviews.llvm.org/D96831?vs=324449&id=324451#toc
llvm/lib/ObjectYAML/ELFYAML.cpp | ||
---|---|---|
1668 | This line probably should be above the BBEntries line, right? | |
llvm/test/tools/obj2yaml/ELF/bb-addr-map.yaml | ||
133 | I don't think this typo (the missing "the" before "section") has been fixed. | |
llvm/tools/obj2yaml/elf2yaml.cpp | ||
864 | Similarly, this issue hasn't been addressed in the actual commit that appears on github. |