Don't assume the linker is hexagon-link. https://reviews.llvm.org/D53038 removed the hard-coded name so now it is possible for the other named linkers to be used.
Assume either hexagon-link or *ld*.
Paths
| Differential D53219
Update hexagon driver tests ClosedPublic Authored by sidneym on Oct 12 2018, 2:28 PM.
Details Summary Don't assume the linker is hexagon-link. https://reviews.llvm.org/D53038 removed the hard-coded name so now it is possible for the other named linkers to be used. Assume either hexagon-link or *ld*.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 12 2018, 3:34 PM Closed by commit rL344482: [Hexagon] Update tests account for non-hardcoded linker name. (authored by sidneym). · Explain WhyOct 14 2018, 10:53 AM This revision was automatically updated to reflect the committed changes. Comment Actions The way we addressed this for other targets in the past is to explicitly set -fuse-ld=ld for all tests, I made that change in D53249.
Revision Contents
Diff 169608 cfe/trunk/test/Driver/hexagon-toolchain-elf.c
cfe/trunk/test/Driver/linux-ld.c
|