[llvm] [SYCL] Add libsycl, a SYCL RT library implementation project (PR #144372)
Kseniya Tikhomirova via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 1 04:39:11 PDT 2025
================
@@ -0,0 +1,19 @@
+{
+ /* Do not use extern "C++" matcher for C++ functions, */
+ /* because vtable and typeinfo symbols make extern "C++" patterns more */
+ /* complicated than patterns against mangled names. */
+ /* */
+ /* With extern "C++" we have to match for "vtable for sycl::foo", but */
+ /* not match for "vtable for std::__internal<sycl::foo>". */
----------------
KseniyaTikhomirova wrote:
will update, thanks
https://github.com/llvm/llvm-project/pull/144372
More information about the llvm-commits
mailing list