forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -linker-path frontend option to choose the linker
In most Linux distributions, installing a clang package other than the default unversioned one will not install a symlink from /usr/bin/clang++ -> /usr/bin/clang++-N-M, which can break builds with a not so great diagnostic (a separate problem). "ld" and "clang++" are hard-coded in the link job actions, so provide a frontend flag, -linker-path, as a customization point for these. rdar://problem/23537079
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters