[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:09:27 PST 2016


grimar added inline comments.

================
Comment at: test/ELF/invalid-elf.test:22
@@ -22,2 +21,3 @@
+# INVALID-SECTION-INDEX-LLD: invalid section index
 
 # RUN: not ld.lld %p/Inputs/invalid-shstrndx.so -o %t2 2>&1 | \
----------------
I had to add  INVALID-SECTION-INDEX-LLD check line. Because this text comes from lld,

================
Comment at: test/ELF/invalid-elf.test:26
@@ -25,2 +25,3 @@
+# INVALID-SECTION-INDEX: Invalid section index
 
 # RUN: not ld.lld %p/Inputs/invalid-shentsize-zero.elf -o %t2 2>&1 | \
----------------
while this comes from \llvm\lib\Object\error.cpp file


http://reviews.llvm.org/D18085





More information about the llvm-commits mailing list