Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique
authorReid Kleckner <reid@kleckner.net>
Tue, 29 Apr 2014 23:54:52 +0000 (23:54 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 29 Apr 2014 23:54:52 +0000 (23:54 +0000)
commitfc288c83394800c2eb3e6627cd52f72d5f997b4a
tree95d54433892c4a8d001b71e16139b3d5cb34f035
parentd17f593e724ec962b0f488a9b9ffa03a320113a7
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
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp