| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp. | Rui Ueyama | 2018-02-28 | 1 | -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 Ueyama | 2017-11-28 | 1 | -1/+1 |
| | | | | | | | Differential Revision: https://reviews.llvm.org/D40530 llvm-svn: 319138 | ||||
| * | COFF: Define overloaded toString functions. | Rui Ueyama | 2016-12-07 | 1 | -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 | |||||

