[ORC] Re-introduce self-dependence accidentally dropped from a unit test.

llvm-svn: 369171
This commit is contained in:
Lang Hames 2019-08-16 23:20:54 +00:00
parent 0dd9494d47
commit 8e2837e549
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ TEST_F(CoreAPIsStandardTest, TestTrivialCircularDependency) {
ES.lookup(JITDylibSearchList({{&JD, false}}), {Foo}, SymbolState::Ready,
OnCompletion, NoDependenciesToRegister);
FooR->addDependenciesForAll({{&JD, SymbolNameSet({Foo})}});
FooR->notifyResolved({{Foo, FooSym}});
FooR->notifyEmitted();