LinkInModules() seems to assume it will be called only once and it
std::moves the inner Module from each LinkModule without deleting the
LinkModule itself causing nullptr dereferences in subsequent calls.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo