Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lld/Support/Memory.h. | Rui Ueyama | 2016-12-18 | 1 | -27/+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 Ueyama | 2016-12-08 | 1 | -0/+27 |
llvm-svn: 289084 |