Skip to content
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

[Driver][SYCL] Allow for SYCL defaultlibs to be added with clang-cl #13906

Closed
wants to merge 2 commits into from

Conversation

mdtoguchi
Copy link
Contributor

We were restricting the SYCL defaultlibs from being added to the link command line when using clang-cl, even when -fsycl is added on the command line. Allow for these to be added to the link, as -fsycl implies the need for them.

We were restricting the SYCL defaultlibs from being added to the link
command line when using clang-cl, even when -fsycl is added on the
command line.  Allow for these to be added to the link, as -fsycl
implies the need for them.
@mdtoguchi
Copy link
Contributor Author

Testing has shown we do not want to add any libraries to the link command when -fsycl is used during the link due to unknown potential defaultlib settings in the objects being linked. Closing

@mdtoguchi mdtoguchi closed this May 29, 2024
@mdtoguchi mdtoguchi deleted the sycl-lib-win-link branch May 29, 2024 21:31
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.

None yet

2 participants