Previously error and warnings were not consistent in lld.
Some of them started from lowercase letter, others from
uppercase. Also there was one or two which had a dot at the end.
This patch changes all messages to start from uppercase letter if
they were not before.
Details
Details
- Reviewers
ruiu • rafael - Commits
- rG5761042db741: This reverts the r263125 It was discussed to make all messages be lowercase to…
rG92be8e6d95e2: Attemp to fix linux build bot fail after r263125 (http://lab.llvm.org…
rGe094388861ec: [ELF] - Consistent spelling for error/warning messages
rLLD263240: This reverts the r263125
rLLD263128: Attemp to fix linux build bot fail after r263125
rLLD263125: [ELF] - Consistent spelling for error/warning messages
rL263240: This reverts the r263125
rL263128: Attemp to fix linux build bot fail after r263125
rL263125: [ELF] - Consistent spelling for error/warning messages
Diff Detail
Diff Detail
- Repository
- rL LLVM