This is a follow-up for D67757,
which allows to describe .stack_sizes sections with a new
YAML syntax.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I had to add a bit of code after rebasing this.
Problem is that when we have section names with a suffix, e.g. ".stack_sizes [1]",
we need to drop it, otherwise such name is not recognized properly and
section is not treated as special.
Can this be reviewed again, please?
Comment Actions
The latest changes look good themselves, but should this extra issue you've uncovered have a direct yaml2obj test?
Comment Actions
Yeah, you're right. I should have posted 2 patches, one for yaml2obj and keep this one for llvm-readobj test case untouched.
seems things have mixed in my head. I'll split.
Comment Actions
- Rebased after D68018.
Now all code changes are gone and patch is in the same state as it was accepted.
Going to commit it.