Skip to content

[SYCL][NFC] generate_sycl_abi_symbols CMake target #19362

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

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

ProGTX
Copy link
Contributor

@ProGTX ProGTX commented Jul 9, 2025

Currently developers have to manually run abi_check.py, but this is error prone for multiple reasons.
This patch adds a custom CMake target generate_sycl_abi_symbols that runs the script with the correct arguments and dependencies.

abi_check.py has also been updated to take --llvm-bin-path as an argument to replace having to specify LLVM_BIN_PATH. The old functionality is still supported.

Currently developers have to manually run `abi_check.py`,
but this is error prone for multiple reasons.
This patch adds a custom CMake target `generate_sycl_abi_symbols`
that runs the script with the correct arguments and dependencies.

`abi_check.py` has also been updated to take `--llvm-bin-path`
as an argument to replace having to specify `LLVM_BIN_PATH`.
The old functionality is still supported.
@ProGTX ProGTX requested a review from a team as a code owner July 9, 2025 11:52
@ProGTX ProGTX requested a review from slawekptak July 9, 2025 11:52
@ProGTX ProGTX temporarily deployed to WindowsCILock July 9, 2025 11:52 — with GitHub Actions Inactive
@ProGTX ProGTX temporarily deployed to WindowsCILock July 9, 2025 12:18 — with GitHub Actions Inactive
@ProGTX ProGTX temporarily deployed to WindowsCILock July 9, 2025 12:46 — with GitHub Actions Inactive
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.

1 participant