summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-11-01 14:07:34 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-11-01 14:08:22 +0000
commit5a7ae6321ebededd5a5e8c8c331ea54cc30c4198 (patch)
tree98392214f3f6c130cb0de1fd608a3e7664eaf948
parentbe79db93fbd13877ccefb9a7edbabd0d490d86c4 (diff)
downloadbcm5719-llvm-5a7ae6321ebededd5a5e8c8c331ea54cc30c4198.tar.gz
bcm5719-llvm-5a7ae6321ebededd5a5e8c8c331ea54cc30c4198.zip
[Object] Remove extra space in error message
Previously this message had a double space in it.
-rw-r--r--llvm/include/llvm/Object/ELF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Object/ELF.h b/llvm/include/llvm/Object/ELF.h
index 5a13097a927..0d5482ae831 100644
--- a/llvm/include/llvm/Object/ELF.h
+++ b/llvm/include/llvm/Object/ELF.h
@@ -644,7 +644,7 @@ ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section,
uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym);
if (V.size() != Syms)
return createError("SHT_SYMTAB_SHNDX has " + Twine(V.size()) +
- " entries, but the symbol table associated has " +
+ " entries, but the symbol table associated has " +
Twine(Syms));
return V;
OpenPOWER on IntegriCloud