llvm-project/lld/lib/ReaderWriter
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
..
ELF Switch a vector<pair<const T &, const U &>> to a vector<pair<const T *, 2013-02-19 01:58:11 +00:00
MachO [Core,Driver,ELF] Differentiate static and dynamic executables. 2013-02-14 20:32:00 +00:00
Native Use proper delete. 2013-01-26 12:26:56 +00:00
PECOFF add elf targethandler 2013-01-25 07:39:18 +00:00
YAML [ELF] Add support for reading dynamic libraries. 2013-02-11 23:03:35 +00:00
CMakeLists.txt Add library dependencies to the lld cmake build. 2012-12-04 21:09:04 +00:00
Reader.cpp Move everything over to TargetInfo. 2013-01-23 01:18:43 +00:00
ReaderArchive.cpp [ELF] Add support for reading dynamic libraries. 2013-02-11 23:03:35 +00:00
Writer.cpp Move everything over to TargetInfo. 2013-01-23 01:18:43 +00:00