OSDN Git Service

[MCJIT] Remove the anchor from mcjit.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 12 Apr 2018 17:28:30 +0000 (17:28 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 12 Apr 2018 17:28:30 +0000 (17:28 +0000)
commit6724658f8502822b0d526d13f38b84b3685dcdcd
tree3c98cdd46d9fee2ae2dcca7b79aa8e4d312faff2
parent91e3c3b9cc5861d6d81a3fa1cbcfb9159667ab82
[MCJIT] Remove the anchor from mcjit.

This is a layering violation. LTO shouldn't depend on MCJIT. The right
fix for this is moving the class somewhere else.

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