summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Strings.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-23/+0
| | | | | | | | | This should resolve the issue that lld build fails in some hosts that uses case-insensitive file system. Differential Revision: https://reviews.llvm.org/D43788 llvm-svn: 326339
* Factor out common code to Common/Strings.cpp.Rui Ueyama2017-11-281-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D40530 llvm-svn: 319138
* COFF: Define overloaded toString functions.Rui Ueyama2016-12-071-0/+23
Previously, we had different way to stringize SymbolBody and InputFile to construct error messages. This patch defines overloaded function toString() so that we don't need to memorize all these different function names. With that change, it is now easy to include demangled names in error messages. Now, if there is a symbol name conflict, we'll print out both mangled and demangled names. llvm-svn: 288992
OpenPOWER on IntegriCloud