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

Commits on May 23, 2024

  1. [Driver][SYCL] Allow for SYCL defaultlibs to be added with clang-cl

    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 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7b3a6b1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    8254347 View commit details
    Browse the repository at this point in the history