And change the output ("X86 features" -> "x86 feature") a bit.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
3653 | nit: pr_data violates the LLVM variables naming style which says they should be uppercase. |
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
3653 | I know but pr_data is used by the ABI. Keeping the name unchanged makes it easy for reference and validation purpose. The ELF naming is used in several other places. This is a simple case so I have no strong preference:) |
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
3653 | I do not think ABI has a higher priority over LLVM coding style. |
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
3653 | At least you should not be able to find something like that in LLVM coding style documents :] |
nit: pr_data violates the LLVM variables naming style which says they should be uppercase.
Perhaps it could be PrData.