This is in line with the previous changes which allowed to override the sh_offset/sh_size
and should be useful for writing the test cases.
(I am going to use it for writing a test case for D66976).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
- Addressed review comments.
include/llvm/ObjectYAML/ELFYAML.h | ||
---|---|---|
160 ↗ | (On Diff #218070) |
I updated the test case to demonstrate this. |
Comment Actions
LGTM, with nit.
include/llvm/ObjectYAML/ELFYAML.h | ||
---|---|---|
154 ↗ | (On Diff #218096) | Nit: missing trailing full stop |
lib/ObjectYAML/ELFEmitter.cpp | ||
---|---|---|
400 ↗ | (On Diff #218096) | // Override the fields if requested. |