[all-commits] [llvm/llvm-project] 501313: [SYCL][NFC] Ensure SYCL kernel for unique-stable-n...
Erich Keane via All-commits
all-commits at lists.llvm.org
Mon Jun 21 12:51:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5013131875402539a249dca47c58cca7c359baf8
https://github.com/llvm/llvm-project/commit/5013131875402539a249dca47c58cca7c359baf8
Author: Erich Keane <erich.keane at intel.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M clang/lib/Sema/SemaSYCL.cpp
Log Message:
-----------
[SYCL][NFC] Ensure SYCL kernel for unique-stable-name is unqualified.
Discovered in our downstream, this function that is used to get the type
of the kernel parameter type needs to be unqualified, otherwise when our
downstream uses this function in a slightly different way, the kernel
types no longer match.
More information about the All-commits
mailing list