https://github.com/Sharjeel-Khan created https://github.com/llvm/llvm-project/pull/126585
This PR #125646 added this test and it was failing in Android's compiler. I removed the "Build config" check and it passes now. >From f8b2aa2393ae9cc5329790a78dc995017968a8a1 Mon Sep 17 00:00:00 2001 From: Sharjeel Khan <sharjeelk...@google.com> Date: Mon, 10 Feb 2025 19:30:06 +0000 Subject: [PATCH] Fix test for HIP as it was failing This PR #125646 added this test and it was failing in Android's compiler. I removed the Build config because we do not have it and it passes now. --- clang/test/Driver/dep-file-flag-with-multiple-offload-archs.hip | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/Driver/dep-file-flag-with-multiple-offload-archs.hip b/clang/test/Driver/dep-file-flag-with-multiple-offload-archs.hip index 79a52f0bc898127..cf92af03b84285c 100644 --- a/clang/test/Driver/dep-file-flag-with-multiple-offload-archs.hip +++ b/clang/test/Driver/dep-file-flag-with-multiple-offload-archs.hip @@ -1,6 +1,5 @@ // 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: // CHECK-NOT: {{.*}}clang{{.*}}"-target-cpu" "gfx1030"{{.*}}"-dependency-file" "tmp.d" // CHECK: {{.*}}lld{{.*}}"-plugin-opt=mcpu=gfx1030" // CHECK-NOT: {{.*}}clang{{.*}}"-target-cpu" "gfx1100"{{.*}}"-dependency-file" "tmp.d" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits