[ORC] Add a FIXME.

This commit is contained in:
Lang Hames 2022-05-18 18:58:14 -07:00
parent 4bb18a89c4
commit d27e4bcebd
1 changed files with 3 additions and 0 deletions

View File

@ -485,6 +485,9 @@ Expected<SymbolAliasMap> buildSimpleReexportsAliasMap(JITDylib &SourceJD,
class InProgressLookupState {
public:
// FIXME: Reduce the number of SymbolStringPtrs here. See
// https://github.com/llvm/llvm-project/issues/55576.
InProgressLookupState(LookupKind K, JITDylibSearchOrder SearchOrder,
SymbolLookupSet LookupSet, SymbolState RequiredState)
: K(K), SearchOrder(std::move(SearchOrder)),