[PATCH] D53219: Update hexagon driver tests

2018-10-14 Thread Petr Hosek via Phabricator via cfe-commits
phosek added a comment. 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 https://reviews.llvm.org/D53249. Repository: rL LLVM https://reviews.llvm.org/D53219 ___ cfe

[PATCH] D53219: Update hexagon driver tests

2018-10-14 Thread Sid Manning via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL344482: [Hexagon] Update tests account for non-hardcoded linker name. (authored by sidneym, committed by ). Changed prior to commit: https://reviews.llvm.org/D53219?vs=169491&id=169608#toc Repository:

[PATCH] D53219: Update hexagon driver tests

2018-10-12 Thread David Zarzycki via Phabricator via cfe-commits
davezarzycki added a comment. Tested and verified with `-DCLANG_DEFAULT_LINKER=lld` Repository: rC Clang https://reviews.llvm.org/D53219 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co

[PATCH] D53219: Update hexagon driver tests

2018-10-12 Thread Sid Manning via Phabricator via cfe-commits
sidneym created this revision. sidneym added reviewers: bcain, davezarzycki, kparzysz, shankare. Herald added a subscriber: cfe-commits. 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 u