================
@@ -5858,22 +5858,67 @@ static void handleTimeTrace(Compilation &C, const
ArgList &Args,
Args.getLastArg(options::OPT_ftime_trace, options::OPT_ftime_trace_EQ);
if (!A)
return;
+
+ std::string OffloadingPrefix;
----------------
jhuber6 wrote:Should this be a small string? https://github.com/llvm/llvm-project/pull/179701 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
