Skip to content

[SYCL] Support print_graph with pre-C++11 ABI in non-preview mode #16194

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
Nov 28, 2024

Conversation

aelovikov-intel
Copy link
Contributor

#15694 implemented the change under -fpreview-breaking-changes guard but we can do better than that.

intel#15694 implemented the change under
`-fpreview-breaking-changes` guard but we can do better than that.
Copy link
Contributor

@againull againull left a comment

Choose a reason for hiding this comment

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

Overall looks good

@aelovikov-intel aelovikov-intel merged commit 93635e6 into intel:sycl Nov 28, 2024
14 checks passed
@aelovikov-intel aelovikov-intel deleted the cxx11abi-print-graph branch November 28, 2024 15:47
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this pull request Dec 4, 2024
The former is defined by the toolchain while the latter is part of SDK,
so using `_WIN32` is preferrable. The issue was exposed downstream due
to recent changes from intel#16178 and
intel#16194.
aelovikov-intel added a commit that referenced this pull request Dec 5, 2024
The former is defined by the toolchain while the latter is part of SDK,
so using `_WIN32` is preferrable. The issue was exposed downstream due
to recent changes from #16178 and
#16194.
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this pull request Dec 16, 2024
I'm only able reproduce link error downstream for this API (and don't
know what exactly is causing it), but the
change is the same in nature as parts of
intel#16178,
intel#16194 and
intel#16267
aelovikov-intel added a commit that referenced this pull request Dec 16, 2024
I'm only able reproduce link error downstream for this API (and don't
know what exactly is causing it), but the
change is the same in nature as parts of
#16178,
#16194 and
#16267
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this pull request Dec 16, 2024
…_breaking_changes`

Follow-up for intel#16194. We must keep
exporting it for backward ABI compatibility by default, but that isn't
necessary for the next major release (which `-fpreview_breaking_changes`
covers).
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this pull request Dec 16, 2024
…_breaking_changes`

Follow-up for intel#16194. We must keep
exporting it for backward ABI compatibility by default, but that isn't
necessary for the next major release (which `-fpreview_breaking_changes`
covers).
aelovikov-intel added a commit that referenced this pull request Dec 19, 2024
…_breaking_changes` (#16390)

Follow-up for #16194. We must keep
exporting it for backward ABI compatibility by default, but that isn't
necessary for the next major release (which `-fpreview_breaking_changes`
covers).
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