-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: auto-disable the linker script where appropriate #60
Comments
This makes sense. Note however, that Darwin Driver/Tools.cpp Link::ConstructJob does not try to place "-T" option on But, we also need the same change in runtime/libupc/CMakeLists.txt, in which case it is necessary. Making the code in Not to be picky, I don't like silent overrides if the user explicitly used the switch. We have few of those and I never On 6/25/14 5:18 PM, Paul H. Hargrove wrote:
|
Note that on Solaris the command to build the linker script fails because ld is not the gnu linker:
That creates a need to disable the link script on Solaris independent of passing (or not) the '-T' option at application link time.
At first I read that as referring to "users" rather than to "silent overrides" or "switches". :-) |
Fixed by 038160c and clangupc/llvm-upc@6576fcd |
Unless I am missing something we still expect whoever is building clang-upc to manually disable the UPC liker script on Darwin. The Solaris support that is nearing completion also requires one the manually disable the linker script.
Is there any reason not to make the following change (and the autoconf equivalent)?
The text was updated successfully, but these errors were encountered: