[PATCH] D76620: [SYCL] Implement __builtin_unique_stable_name.

Ronan Keryell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 12 18:47:00 PDT 2020


keryell added a reviewer: Ralender.
keryell added a comment.

Enabling this feature only with SYCL seems like an easy and quick mitigation, as SYCL compilers downstream can easily update their runtime to the new builtin name.
Otherwise, just removing a feature used for almost 6 months will cause some kind of forking pain...
Anyway, improving the feature and implementation at the same time with an RFC for a wider usage looks like a great idea.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76620/new/

https://reviews.llvm.org/D76620



More information about the cfe-commits mailing list