[clang] [Driver] Enable -ftime-trace for CUDA/HIP device compilation (PR #179701)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 11 08:57:10 PST 2026
================
@@ -5821,7 +5821,8 @@ InputInfoList Driver::BuildJobsForAction(
static void handleTimeTrace(Compilation &C, const ArgList &Args,
const JobAction *JA, const char *BaseInput,
- const InputInfo &Result) {
+ const InputInfo &Result,
+ StringRef OffloadingPrefix = "") {
----------------
yxsamliu wrote:
will do
https://github.com/llvm/llvm-project/pull/179701
More information about the cfe-commits
mailing list