llvm-6502/lib/ExecutionEngine/RuntimeDyld
Reid Kleckner fc288c8339 Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique
MSVC 2013 provides std::make_unique, which it finds with ADL when one of
the parameters is std::unique_ptr, leading to an ambiguous overload.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207597 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-29 23:54:52 +00:00
..
CMakeLists.txt
GDBRegistrar.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImageCommon.h PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile 2014-04-29 21:52:46 +00:00
RuntimeDyld.cpp PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile 2014-04-29 21:52:46 +00:00
RuntimeDyldELF.cpp Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique 2014-04-29 23:54:52 +00:00
RuntimeDyldELF.h PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile 2014-04-29 21:52:46 +00:00
RuntimeDyldImpl.h [C++] Use 'nullptr'. 2014-04-28 04:05:08 +00:00
RuntimeDyldMachO.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
RuntimeDyldMachO.h PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile 2014-04-29 21:52:46 +00:00