[all-commits] [llvm/llvm-project] f89abd: [SYCL] Update __builtin_unique_stable_name for oth...

Erich Keane via All-commits all-commits at lists.llvm.org
Fri Apr 17 07:54:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f89abd6923bcc0839288af4b96113a0cb4fa4edd
      https://github.com/llvm/llvm-project/commit/f89abd6923bcc0839288af4b96113a0cb4fa4edd
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2020-04-17 (Fri, 17 Apr 2020)

  Changed paths:
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/test/CodeGenSYCL/unique-stable-name.cpp

  Log Message:
  -----------
  [SYCL] Update __builtin_unique_stable_name for other backends.

The CUDA backend (and other downstreams) have trouble with the tilde and
arrow delimiter, so replace these with 'm' (for macro) and '_'.  Since
these are in the normal lambda ID location, the format of these should
not conflict with anything else.




More information about the All-commits mailing list