forked from OSchip/llvm-project
[ORC] Add a FIXME.
This commit is contained in:
parent
4bb18a89c4
commit
d27e4bcebd
|
@ -485,6 +485,9 @@ Expected<SymbolAliasMap> buildSimpleReexportsAliasMap(JITDylib &SourceJD,
|
||||||
|
|
||||||
class InProgressLookupState {
|
class InProgressLookupState {
|
||||||
public:
|
public:
|
||||||
|
// FIXME: Reduce the number of SymbolStringPtrs here. See
|
||||||
|
// https://github.com/llvm/llvm-project/issues/55576.
|
||||||
|
|
||||||
InProgressLookupState(LookupKind K, JITDylibSearchOrder SearchOrder,
|
InProgressLookupState(LookupKind K, JITDylibSearchOrder SearchOrder,
|
||||||
SymbolLookupSet LookupSet, SymbolState RequiredState)
|
SymbolLookupSet LookupSet, SymbolState RequiredState)
|
||||||
: K(K), SearchOrder(std::move(SearchOrder)),
|
: K(K), SearchOrder(std::move(SearchOrder)),
|
||||||
|
|
Loading…
Reference in New Issue