================
@@ -37,6 +38,10 @@ namespace {
constexpr unsigned CudaFatMagic = 0x466243b1;
constexpr unsigned HIPFatMagic = 0x48495046; // "HIPF"
+static std::string getOffloadProfilingNamesVarName(llvm::StringRef CUIDHash) {
----------------
arsenm wrote:Construct the Twine inline where needed https://github.com/llvm/llvm-project/pull/202095 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
