mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[ORC] Re-introduce self-dependence accidentally dropped from a unit test.
llvm-svn: 369171
This commit is contained in:
parent
e14c8f4aaf
commit
aad56b4668
@ -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
Block a user