Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-readobj] Generic -string-dump option | Paul Semel | 2018-07-18 | 1 | -0/+8 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D49470 llvm-svn: 337408 | ||||
* | Revert "[llvm-readobj] Fix printing format" | Paul Semel | 2018-07-01 | 1 | -8/+0 |
| | | | | | | | There is a problem with the formatting on windows build. I need to investigate on this. llvm-svn: 336061 | ||||
* | [llvm-readobj] Fix printing format | Paul Semel | 2018-07-01 | 1 | -0/+8 |
We were printing every character, even those that weren't printable. It doesn't really make sense for this option. The string content was sticked to its address, added two spaces in between. Differential Revision: https://reviews.llvm.org/D48271 llvm-svn: 336058 |