Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ILLink running in incremental builds (#77110)
Now that the new APICompat runs after all the compilation targets, this depends on in illink.targets isn't necessary anymore and fixes the incremental build issue. Regressed with 960e4d7 as the new APICompat doesn't run as post compiler target anymore but instead, as part of the `PrepareForRun` target. That caused the ILLink dependent target to always run, even if the compiler didn't run and the inputs/outputs didn't change.
- Loading branch information