Previously we only had a stub document.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/docs/CommandGuide/llvm-strings.rst | ||
---|---|---|
14–130 | POSIX.1-2017 has a brief description.
If we follow its wording, we can merge this sentence with the sentence below:
| |
16 |
I assume you mean -a. Other binary utilities have differences with their GNU binutils counterparts, I am just wondering why you raise this point specifically for llvm-strings. PS: Our behavior (always -a) conforms to POSIX:
| |
107 | Probably give an -t x example here. |
Address review comments:
- Reword introduction to be a bit more concise, and more closely match the POSIX description.
- Remove redundant comment about there being differences to GNU.
- Change --radix=x example to use -t x.
I assume you mean -a. Other binary utilities have differences with their GNU binutils counterparts, I am just wondering why you raise this point specifically for llvm-strings.
PS: Our behavior (always -a) conforms to POSIX: