summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-04-29 23:54:52 +0000
committerReid Kleckner <reid@kleckner.net>2014-04-29 23:54:52 +0000
commitfc288c83394800c2eb3e6627cd52f72d5f997b4a (patch)
tree95d54433892c4a8d001b71e16139b3d5cb34f035 /lib/ExecutionEngine/ExecutionEngine.cpp
parentd17f593e724ec962b0f488a9b9ffa03a320113a7 (diff)
downloadllvm-fc288c83394800c2eb3e6627cd52f72d5f997b4a.tar.gz
llvm-fc288c83394800c2eb3e6627cd52f72d5f997b4a.tar.bz2
llvm-fc288c83394800c2eb3e6627cd52f72d5f997b4a.tar.xz
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
Diffstat (limited to 'lib/ExecutionEngine/ExecutionEngine.cpp')
0 files changed, 0 insertions, 0 deletions