Skip to content

[SYCL] Don't use project's CMAKE_CXX_FLAGS for in-tree e2e-tests configuration #9075

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

aelovikov-intel
Copy link
Contributor

It contains all our "-Werror/-W*/etc." that we use to build the project that have nothing to do with our end-to-end tests.

…iguration

It contains all our "-Werror/-W*/etc." that we use to build the project
that have nothing to do with our end-to-end tests.
@aelovikov-intel aelovikov-intel requested a review from a team as a code owner April 14, 2023 17:34
@aelovikov-intel
Copy link
Contributor Author

Also tagging @frasercrmck because I can't add him to the reviewers.

@aelovikov-intel aelovikov-intel temporarily deployed to aws April 14, 2023 17:59 — with GitHub Actions Inactive
@aelovikov-intel aelovikov-intel temporarily deployed to aws April 14, 2023 18:30 — with GitHub Actions Inactive
@@ -17,6 +17,7 @@ if(SYCL_TEST_E2E_STANDALONE)
set(SYCL_CXX_COMPILER ${CMAKE_CXX_COMPILER})
else()
set(SYCL_CXX_COMPILER "${LLVM_BINARY_DIR}/bin/clang++")
unset(CMAKE_CXX_FLAGS)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably should have a comment. The one you put in the PR would suffice.

Copy link
Contributor

@cperkinsintel cperkinsintel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one comment. otherwise LGTM

@aelovikov-intel aelovikov-intel temporarily deployed to aws April 14, 2023 23:40 — with GitHub Actions Inactive
@aelovikov-intel aelovikov-intel temporarily deployed to aws April 15, 2023 00:57 — with GitHub Actions Inactive
@aelovikov-intel
Copy link
Contributor Author

@intel/llvm-gatekeepers , this PR is ready.

@steffenlarsen steffenlarsen merged commit e83e16d into intel:sycl Apr 17, 2023
@aelovikov-intel aelovikov-intel deleted the intree-e2e-cmake-cxx-flags branch May 1, 2023 16:14
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