This allows to customize this field for "implicit" sections properly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good aside from some minor comments. By the way, you don't need the "to be" in the patch title.
| test/tools/obj2yaml/implicit-sections-info.yaml | ||
|---|---|---|
| 1 ↗ | (On Diff #205311) | I'm not sure this test needs to be called "implicit-sections-info.yaml". Simply "section-info.yaml" seems like enough. |
| 1 ↗ | (On Diff #205311) | create Info -> write a section Info |
| 23–24 ↗ | (On Diff #205311) | Nit: spurious extra spaces between tag and value on these two lines. |
| tools/yaml2obj/yaml2elf.cpp | ||
| 490 ↗ | (On Diff #205311) | There should probably be a blank line before this if, to match the other blocks. |