forked from OSchip/llvm-project
[ORC] Re-introduce self-dependence accidentally dropped from a unit test.
llvm-svn: 369171
This commit is contained in:
parent
0dd9494d47
commit
8e2837e549
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue