[clang] [Driver] Fix a CUDA test (PR #94258)

2024-06-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Paul T Robinson (pogo59) Changes See #94000 for a report of a downstream failure, this fixes it. --- Full diff: https://github.com/llvm/llvm-project/pull/94258.diff 1 Files Affected: - (modified) clang/test/Driver/offloading-interoperab

[clang] [Driver] Fix a CUDA test (PR #94258)

2024-06-03 Thread Paul T Robinson via cfe-commits
https://github.com/pogo59 closed https://github.com/llvm/llvm-project/pull/94258 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Fix a CUDA test (PR #94258)

2024-06-03 Thread Paul T Robinson via cfe-commits
https://github.com/pogo59 created https://github.com/llvm/llvm-project/pull/94258 See #94000 for a report of a downstream failure, this fixes it. >From 21fea52ae628f1105ea562b77f7987f87908d948 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Mon, 3 Jun 2024 10:08:42 -0700 Subject: [PATCH] [D