| commit | 29ceba796198691ba82b9164cf970c9d0e8a5334 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Fri Dec 15 00:07:15 2017 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Fri Dec 15 00:07:15 2017 +0000 |
| tree | e21b0090c1f598b4dc7145d4258661608f0d75d8 | |
| parent | 44298f26b62fa0431a84c7c1a4a68ffd6ec419eb [diff] [blame] |
Fix error messages. llvm-svn: 320772
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index a66c4df..f25ef79 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp
@@ -808,7 +808,7 @@ } if (Sym.getBinding() == STB_LOCAL) { - warn("Found local symbol '" + Name + + warn("found local symbol '" + Name + "' in global part of symbol table in file " + toString(this)); continue; }