[PATCH] D81258: [yaml2obj] - Introduce a 10 Mb limit of the output by default and a --max-size option.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 08:11:30 PDT 2020
grimar updated this revision to Diff 269231.
grimar marked 11 inline comments as done.
grimar retitled this revision from "[yaml2obj] - Introduce a ~10 Mb limit of the output by default and a --nolimit option." to "[yaml2obj] - Introduce a 10 Mb limit of the output by default and a --max-size option.".
grimar edited the summary of this revision.
grimar added a comment.
- Addressed review comments.
- **--no-limit** -> **--max-size=X**
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81258/new/
https://reviews.llvm.org/D81258
Files:
llvm/include/llvm/ObjectYAML/yaml2obj.h
llvm/lib/ObjectYAML/ELFEmitter.cpp
llvm/lib/ObjectYAML/yaml2obj.cpp
llvm/test/tools/yaml2obj/ELF/output-limit.yaml
llvm/tools/yaml2obj/yaml2obj.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81258.269231.patch
Type: text/x-patch
Size: 33602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200608/908bd86c/attachment.bin>
More information about the llvm-commits
mailing list