pub fn parse_linker_invocation(
tool: &str,
args: Vec<String>,
) -> ParsedLinkerInvocationExpand description
Parse a linker invocation’s arguments to determine cacheability.
Handles direct linkers (ld, lld, link.exe) and compiler drivers used for linking (gcc, clang). Both shared library and executable linking are cacheable.