llvm-project/lld/lib
Chandler Carruth 21aaf2534d Switch a vector<pair<const T &, const U &>> to a vector<pair<const T *,
const U *>>. Even in C++11 it doesn't seem this is valid as vector's
emplace support requires move assignment, and there is no way to move
assign a reference.

The real motivation however is that this fixes the build of lld with
libstdc++ 4.6.

llvm-svn: 175481
2013-02-19 01:58:11 +00:00
..
Core [Resolver] Improve undefined symbol error. 2013-02-03 10:50:06 +00:00
Driver [Core,Driver,ELF] Differentiate static and dynamic executables. 2013-02-14 20:32:00 +00:00
Passes add changes for layoutafter/layoutbefore/ingroup/layoutpass and test cases 2013-02-07 20:16:12 +00:00
ReaderWriter Switch a vector<pair<const T &, const U &>> to a vector<pair<const T *, 2013-02-19 01:58:11 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00