[ORC] Move LookupRequest from OrcShared to Orc.

It depends on Orc types (SymbolLookupSet), so can't be part of OrcShared.
This commit is contained in:
Lang Hames
2021-01-19 19:51:19 +11:00
parent 29b8ccfd0c
commit 3c8ce89cc8
5 changed files with 13 additions and 15 deletions
@@ -65,8 +65,7 @@ SelfTargetProcessControl::loadDylib(const char *DylibPath) {
}
Expected<std::vector<tpctypes::LookupResult>>
SelfTargetProcessControl::lookupSymbols(
ArrayRef<tpctypes::LookupRequest> Request) {
SelfTargetProcessControl::lookupSymbols(ArrayRef<LookupRequest> Request) {
std::vector<tpctypes::LookupResult> R;
for (auto &Elem : Request) {