OSDN Git Service

Make createObjectImage and createObjectImageFromFile static methods on the
authorLang Hames <lhames@gmail.com>
Sat, 8 Mar 2014 18:45:12 +0000 (18:45 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 8 Mar 2014 18:45:12 +0000 (18:45 +0000)
commitf089b846991d7c4b897584ac30f61a67c9f4e7a9
tree7ba6762e4f610952df47195b2b822bdb618166ea
parentf911d52a2c057f7358afc6e94f944bdd8c9efe6e
Make createObjectImage and createObjectImageFromFile static methods on the
relevant subclasses of RuntimeDyldImpl. This allows construction of
RuntimeDyldImpl instances to be deferred until after the target architecture is
known.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203352 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h