[all-commits] [llvm/llvm-project] 6d1448: [NFC][clang] Fix CodeGenSYCL::unique_stable_name_w...
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Tue Jul 8 00:33:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d14483912807072d35714538ae41123686d7abd
https://github.com/llvm/llvm-project/commit/6d14483912807072d35714538ae41123686d7abd
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M clang/test/CodeGenSYCL/unique_stable_name_windows_diff.cpp
Log Message:
-----------
[NFC][clang] Fix CodeGenSYCL::unique_stable_name_windows_diff test (#146854)
The test checks x86 target in fsycl-is-device mode. x86 is not a valid
offloading target and IMO test meant to check fsycl-is-host mode to make
sure host invocations of __builtin_sycl_unique_stable_name work
correctly. This also switches the test to use sycl_entry_point attribute
instead of sycl_kernel because the intention for the future SYCL changes
is to use sycl_entry_point and eventually remove sycl_kernel attribute
when sycl_entry_point supports enough SYCL cases.
Fixes https://github.com/llvm/llvm-project/issues/146566
---------
Co-authored-by: Tom Honermann <tom at honermann.net>
Co-authored-by: Victor Lomuller <victor at codeplay.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list