diff options
| author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-05-22 13:23:26 +0000 |
|---|---|---|
| committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-05-22 13:23:26 +0000 |
| commit | 5316a0d200f8072bc6ef25f2e2707de9eca84a54 (patch) | |
| tree | 32a3ba3d2caf46e0f5abe26db18f8d462c35fd77 /llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test | |
| parent | 0e7994718bc4210584ada6b0a80bf315baafc293 (diff) | |
| download | bcm5719-llvm-5316a0d200f8072bc6ef25f2e2707de9eca84a54.tar.gz bcm5719-llvm-5316a0d200f8072bc6ef25f2e2707de9eca84a54.zip | |
[llvm-objcopy] Tidy up error messages
This patch brings various error messages into line with each other, by
removing trailing full stops, and making the first letter lower-case.
This addresses https://bugs.llvm.org/show_bug.cgi?id=40859.
Reviewed by: jhenderson, rupprecht, jakehehrlich
Differential Revision: https://reviews.llvm.org/D62072
Patch by Alex Brachet
llvm-svn: 361384
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test')
| -rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test b/llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test index 80939af918d..909c6d06647 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test +++ b/llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test @@ -16,7 +16,7 @@ Sections: Type: SHT_PROGBITS Link: .foo -# ERR: Section .foo cannot be removed because it is referenced by the section .bar +# ERR: section '.foo' cannot be removed because it is referenced by the section '.bar' # RUN: llvm-objcopy --allow-broken-links -R .foo %t.o %t3 # RUN: llvm-readobj --sections %t3 | FileCheck %s --check-prefix=SECTIONS --implicit-check-not=.foo |

