[PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 07:07:33 PST 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

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.

http://reviews.llvm.org/D18085

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18085.50428.patch
Type: text/x-patch
Size: 25334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160311/385de6e0/attachment.bin>


More information about the llvm-commits mailing list