OSDN Git Service

[ORC] Make VSO symbol resolution/finalization operations private.
authorLang Hames <lhames@gmail.com>
Thu, 19 Apr 2018 18:42:49 +0000 (18:42 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 19 Apr 2018 18:42:49 +0000 (18:42 +0000)
commit2c63662d707f6a9984767b394027e768a3dec2f4
tree8108146cef0cd97358a6f640327a99968e8df945
parentc1d81f2df77ffd486e995add63c10a98ed3835a0
[ORC] Make VSO symbol resolution/finalization operations private.

This forces these operations to be carried out via a
MaterializationResponsibility instance, ensuring responsibility is explicitly
tracked.

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