Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#125369 - saethlin:synthetic-targets-dont-cc…
…, r=onur-ozkan Don't do cc detection for synthetic targets Fixes rust-lang#125365 Synthetic targets only exist for mir-opt tests, and the mir-opt tests suite is in general designed to avoid any use of a C compiler. We don't need to do CC detection. It's unclear to me how this code didn't cause issues before.
- Loading branch information