mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
GenericKernelTy has a pointer to the name that was used to create it. However, the name passed in as an argument may not outlive the kernel. Instead, GenericKernelTy now contains a std::string, and copies the name into there.