[clang] [Driver][HIP] Do not pass -dependency-file flag for HIP Device offloading (PR #125646)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 10 09:56:16 PST 2025


================
@@ -0,0 +1,13 @@
+// RUN: %clang -### -nogpuinc -nogpulib --offload-arch=gfx1030 --offload-arch=gfx1100 --offload-arch=gfx1101 -MD -MF tmp.d %s 2>&1 | FileCheck %s
----------------
yxsamliu wrote:

adding `-target x86_64-pc-linux-gnu` probably fix the buildbot failure

https://github.com/llvm/llvm-project/pull/125646


More information about the cfe-commits mailing list