This is a follow-up for D68085 which allows using "Size"
tag together with "Content" tag or alone.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/ObjectYAML/ELFYAML.cpp | ||
---|---|---|
1215 ↗ | (On Diff #222403) | clang-format? |
1224 ↗ | (On Diff #222403) | I might rephrase this and the below message as follows: "Bucket" cannot be used with "Content" or "Size" |
test/tools/yaml2obj/elf-hash-section.yaml | ||
149 ↗ | (On Diff #222403) | I'd say "SHT_HASH section" instead of "hash section" mostly to match the phrasing used elsewhere in this test. |
173 ↗ | (On Diff #222403) | Ditto |
197–198 ↗ | (On Diff #222403) | together then the -> together, the Trailing full stop missing. |
lib/ObjectYAML/ELFYAML.cpp | ||
---|---|---|
1220 ↗ | (On Diff #222580) | You can delete a pair of () |