Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use std::make_unique. | Benjamin Kramer | 2015-06-25 | 1 | -8/+9 |
| | | | | | | | We still have to support C++11 standard libraries, make_unique is a C++14 feature. llvm-svn: 240642 | ||||
* | [ORC] Add ObjectTransformLayer | Joseph Tremoulet | 2015-06-25 | 1 | -0/+301 |
Summary: This is a utility for clients that want to insert a layer that modifies each ObjectFile and then passes it along to the next layer. Reviewers: lhames Reviewed By: lhames Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10456 llvm-svn: 240640 |