aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers/detect.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-0/+216
This moves all the compiler detection logic into the new compilers.detect module. This dramatically reduces the size and complexity of Environment.