The text for the --functions switch in the llvm-symbolizer document had the '[' after the option in bold, like the option name, and unlike the rest of the args string. This was wrong. The only way I could come up with to fix this was to replace the '=' with a space (matching the Sphinx documentation). To make the other options consistent, I've removed the '=' from them too.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM