OSDN Git Service

[ORC] Use insert rather than emplace.
authorLang Hames <lhames@gmail.com>
Thu, 12 Apr 2018 19:54:41 +0000 (19:54 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 12 Apr 2018 19:54:41 +0000 (19:54 +0000)
commit4eb94074a00769c2009e81e81986cc1ab9669b36
tree107fb3d2ba3635fff87a8db0b53b04225d2f06db
parent54ee51b2fb830866836e803194703b2871a79af0
[ORC] Use insert rather than emplace.

Hopefully this will fix the build failure at
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/9028

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329944 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/Core.h
lib/ExecutionEngine/Orc/Core.cpp