clang provides hexagon-link specific link arguments such as -mcpu=hexagonv65 and -march=hexagon when hexagon-unknown-linux-musl-ld.lld is found. lld rejects this with the following error:
hexagon-unknown-linux-musl-ld.lld: error: unknown emulation: cpu=hexagonv65
clang should instead handle this as it does for the case when ld.lld is found in the PATH when hexagon-unknown-linux-musl-clang -fuse-ld=lld ... is invoked.
clang provides
hexagon-linkspecific link arguments such as-mcpu=hexagonv65and-march=hexagonwhenhexagon-unknown-linux-musl-ld.lldis found. lld rejects this with the following error:clang should instead handle this as it does for the case when
ld.lldis found in thePATHwhenhexagon-unknown-linux-musl-clang -fuse-ld=lld ...is invoked.