[lldb] Move ArchitectureCreateInstance into ldb-private-interfaces
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Feb 2020 04:16:59 +0000 (20:16 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Feb 2020 04:19:54 +0000 (20:19 -0800)
commitd7db094ef790f16a6252ac83a48958de23851aee
tree18d744351172d520335c1ecf364cddcf99b01334
parente68205844db3079116c777f34d273149b8b74cad
[lldb] Move ArchitectureCreateInstance into ldb-private-interfaces

There's no reason this should be the only one living in the
PluginManager itself.
lldb/include/lldb/Core/PluginManager.h
lldb/include/lldb/lldb-forward.h
lldb/include/lldb/lldb-private-interfaces.h
lldb/source/Core/PluginManager.cpp