mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-19 15:13:37 -04:00
[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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user