You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Allow __glibcxx_assert_fail in SemaSYCL (#18856)
GCC-15 introduced __glibcxx_assert_fail function used in -O0 for many
STL functions' runtime check. Its behavior is similar to normal
'assert', so we have supported it in libdevice in the same way as
'assert'. However, compfail will happen in some scenario reporting
"undefined function without SYCL_EXTERNAL" error for
"__glibcxx_assert_fail" declared in c++config.h, we have to allow this
as exception in SemaSYCL.
---------
Signed-off-by: jinge90 <[email protected]>
0 commit comments