That is directly opposite to http://reviews.llvm.org/D18045,
which is already reverted.
This patch changes all messages to start from lowercase letter if
they were not before.
That is done to be consistent with clang.
Paths
| Differential D18085
[ELF] - Change all messages to be lowercase to be consistent. ClosedPublic Authored by grimar on Mar 11 2016, 7:07 AM.
Details
Summary That is directly opposite to http://reviews.llvm.org/D18045, This patch changes all messages to start from lowercase letter if That is done to be consistent with clang.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 11 2016, 7:13 AM Closed by commit rL263252: [ELF] - Change all messages to lowercase to be consistent. (authored by grimar). · Explain WhyMar 11 2016, 8:45 AM This revision was automatically updated to reflect the committed changes.
Comment Actions
I am really sorry, don't sure how such thing happened.
Revision Contents
Diff 50436 lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/InputFiles.h
lld/trunk/ELF/InputFiles.cpp
lld/trunk/ELF/InputSection.cpp
lld/trunk/ELF/LinkerScript.cpp
lld/trunk/ELF/OutputSections.cpp
lld/trunk/ELF/SymbolTable.cpp
lld/trunk/ELF/Symbols.cpp
lld/trunk/ELF/Target.cpp
lld/trunk/test/ELF/basic.s
lld/trunk/test/ELF/driver.test
lld/trunk/test/ELF/invalid-cie-reference.s
lld/trunk/test/ELF/invalid-elf.test
lld/trunk/test/ELF/invalid-relocations.test
lld/trunk/test/ELF/libsearch.s
lld/trunk/test/ELF/linkerscript-sections-padding.s
lld/trunk/test/ELF/merge-string-error.s
lld/trunk/test/ELF/merge-string-no-null.s
lld/trunk/test/ELF/mips-gnu-hash.s
lld/trunk/test/ELF/ppc64-addr16-error.s
lld/trunk/test/ELF/relocation-in-merge.s
lld/trunk/test/ELF/relocation-past-merge-end.s
lld/trunk/test/ELF/splitstacks.s
lld/trunk/test/ELF/sysroot.s
lld/trunk/test/ELF/writable-merge.s
|
Isn't this an accidental change?