-
Notifications
You must be signed in to change notification settings - Fork 752
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][clang-offload-bundler] Add asserts requirement for test relying on debug build #10379
base: sycl
Are you sure you want to change the base?
Conversation
…ing on debug build Signed-off-by: Arvind Sudarsanam <[email protected]>
…ing on debug build Signed-off-by: Arvind Sudarsanam <[email protected]>
…x_bundler_assert_test
…ing on debug build Signed-off-by: Arvind Sudarsanam <[email protected]>
…x_bundler_assert_test
…x_bundler_assert_test
Sorry. some reviewers got added due to an intermediate 'buggy' merge. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest we reset this file to the original state from main branch - https://github.com/intel/llvm/blob/main/clang/test/Driver/clang-offload-bundler-standardize.c.
Otherwise, there will be conflicts with the community changes.
I think there should be no SYCL specific changes in this file. Am I right?
Ah.. I did not follow that we had a dedicated 'main' branch. I thought 'sycl' was our 'main' branch. Thanks |
Yes. |
Thanks for the clarification @bader. Thanks |
That's an option as well. The final goal is the have the same version of the file in both branches. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asudarsa, please, resolve merge conflicts.
I think this PR can be closed: the changes made here seem to be already made in the current status of the file. Please, @asudarsa close if you agree. |
This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days. |
This PR addresses #10238
Thanks