Skip to content

[Driver][SYCL] Update option for undefined symbols for hostdep link #8947

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

Merged
merged 2 commits into from
Apr 17, 2023

Conversation

mdtoguchi
Copy link
Contributor

When performing the host link for dependencies, we added '-z undefs' to the link command line. This is fine for the bfd linker, but the option is not supported for gold. Update the option used to use the common --unresolved-symbols=ignore-all instead.

When performing the host link for dependencies, we added '-z undefs' to
the link command line.  This is fine for the bfd linker, but the option
is not supported for gold.  Update the option used to use the common
--unresolved-symbols=ignore-all instead.
@mdtoguchi mdtoguchi requested a review from a team as a code owner April 4, 2023 23:08
@mdtoguchi mdtoguchi temporarily deployed to aws April 4, 2023 23:34 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 5, 2023 00:12 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 5, 2023 15:38 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 5, 2023 15:59 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 6, 2023 20:37 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 6, 2023 21:09 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 7, 2023 01:39 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 8, 2023 12:24 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 10, 2023 19:45 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 12, 2023 12:24 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 13, 2023 17:20 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 13, 2023 18:03 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 13, 2023 22:11 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to aws April 14, 2023 00:58 — with GitHub Actions Inactive
@stdale-intel stdale-intel merged commit 554ed21 into intel:sycl Apr 17, 2023
@mdtoguchi mdtoguchi deleted the unresolved-for-gold branch April 17, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants