Skip to content

Draft: hadrian: Drop executable name resolution logic

Ben Gamari requested to merge wip/T21874 into master

Previously the Builder lookup logic would use lookupInPath on Windows to resolve the tool name to an absolute path. However, as noted in #21874, this is undesireable; if we need to normalise the tool name then we should do so in the configure script.

Edited by Andreas Klebinger

Merge request reports