aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers/detect.py
AgeCommit message (Expand)AuthorFilesLines
2022-06-13flake8: fix various whitespace nitsEli Schwartz1-1/+1
2022-05-29linkers: try a bit harder to autodetect the correct linker idEli Schwartz1-2/+4
2022-04-30linkers: Add support for mold linkerFini Jastrow1-5/+9
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz1-3/+5
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-5/+5
2021-10-18linkers: detect LLD when built with PACKAGE_VENDORPaolo Bonzini1-3/+3
2021-10-03fix typo in error message breaking newline escapeEli Schwartz1-1/+1
2021-10-02Improve linker detection failure error message.Jussi Pakkanen1-3/+5
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-0/+216