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 50428 ELF/Driver.cpp
ELF/InputFiles.cpp
ELF/InputSection.cpp
ELF/LinkerScript.cpp
ELF/OutputSections.cpp
ELF/SymbolTable.cpp
ELF/Symbols.cpp
ELF/Target.cpp
test/ELF/basic.s
test/ELF/driver.test
test/ELF/invalid-cie-reference.s
test/ELF/invalid-elf.test
test/ELF/invalid-relocations.test
test/ELF/libsearch.s
test/ELF/linkerscript-sections-padding.s
test/ELF/merge-string-error.s
test/ELF/merge-string-no-null.s
test/ELF/mips-gnu-hash.s
test/ELF/ppc64-addr16-error.s
test/ELF/relocation-in-merge.s
test/ELF/relocation-past-merge-end.s
test/ELF/splitstacks.s
test/ELF/sysroot.s
test/ELF/writable-merge.s
|
I had to add INVALID-SECTION-INDEX-LLD check line. Because this text comes from lld,