summaryrefslogtreecommitdiffstats
path: root/lld/lib/Support
Commit message (Collapse)AuthorAgeFilesLines
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-182-36/+0
| | | | | | | | | | | | I thought for a while about how to remove it, but it looks like we can just copy the file for now. Of course I'm not happy about that, but it's just less than 50 lines of code, and we already have duplicate code in Error.h and some other places. I want to solve them all at once later. Differential Revision: https://reviews.llvm.org/D27819 llvm-svn: 290062
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-082-0/+36
| | | | llvm-svn: 289084
* Revert "Add support library."Shankar Easwaran2014-11-112-136/+0
| | | | | | This reverts commit r221583. llvm-svn: 221649
* Add support library.Shankar Easwaran2014-11-102-0/+136
The parsing routines in the linker script to parse strings encoded in various formats(hexadecimal, octal, decimal, etc), is needed by the GNU driver too. This library provides helper functions for all flavors and flavors to add helper functions which other flavors may make use of. llvm-svn: 221583
OpenPOWER on IntegriCloud