Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Couldn't remove mobules without translation unit (#1861)
I do not know I'm first to encounter this, however, loop that removes module without translation units, could not have worked. In C# Enumerator prohibs editing the collection so you cannot remove modules from `options.Module` while iterating `options.Mobule`. Chose `RemoveAll` for its simplicity. Not necessary optimal solution although it might be. Co-authored-by: HenrikVDestia <[email protected]>
- Loading branch information