-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
backend:Hexagonclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'release:backport
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
backend:Hexagonclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'release:backport
Type
Projects
Status
Done