Handle case where modules are different per target
Previously, the list of modules used or defined by a source file was assumed to be the same regardless for which target the file was used (except for library/non-library compilation). Now, every target has its own list of defined and required modules per source file
Please register or sign in to comment