yaml2obj sets the Align to 1 by default, hence we can stop
dumping it to reduce the output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/tools/obj2yaml/elf2yaml.cpp | ||
---|---|---|
322 | I'd keep the current version: as we already have the another comment in this file saying almost the same: "Generally we are trying to reduce noise in the YAML output.". (I am not sure that "reducing the output" is better describes our goal, we want to omit unnessesary parts, it is very close and reduces the output, but is not 100% the same probably.) |
Omit it to reduce output?