The test [OrcJITTests]CoreAPIsStandardTest.FailureInDependency previously failed on a Debug build on Windows with _ITERATOR_DEBUG_LEVEL == 2. This was caused by the collection being iterated (MII->second.pendingQueries()) to be modified in JITDylib::MaterializingInfo::removeQuery() (called by Q->detach()).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo