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

via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 10 10:44:01 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
+
+// CHECK: Build config:
----------------
dyung wrote:

This is causing the test to fail on configurations that don't enable assertions or something else that would cause this line to be emitted.

https://lab.llvm.org/staging/#/builders/202/builds/1019

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


More information about the cfe-commits mailing list