[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-11 Thread via cfe-commits
https://github.com/pirama-arumuga-nainar closed https://github.com/llvm/llvm-project/pull/126585 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Vikram Hegde via cfe-commits
https://github.com/vikramRH approved this pull request. https://github.com/llvm/llvm-project/pull/126585 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Sharjeel Khan via cfe-commits
@@ -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 Sharjeel-Khan wrote: I added --target=x86_64-linux-gnu to the command. I just need a review so I c

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Sharjeel Khan via cfe-commits
https://github.com/Sharjeel-Khan updated https://github.com/llvm/llvm-project/pull/126585 >From f8b2aa2393ae9cc5329790a78dc995017968a8a1 Mon Sep 17 00:00:00 2001 From: Sharjeel Khan Date: Mon, 10 Feb 2025 19:30:06 + Subject: [PATCH 1/2] Fix test for HIP as it was failing This PR #125646 ad

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Sharjeel Khan via cfe-commits
https://github.com/Sharjeel-Khan updated https://github.com/llvm/llvm-project/pull/126585 >From f8b2aa2393ae9cc5329790a78dc995017968a8a1 Mon Sep 17 00:00:00 2001 From: Sharjeel Khan Date: Mon, 10 Feb 2025 19:30:06 + Subject: [PATCH 1/2] Fix test for HIP as it was failing This PR #125646 ad

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Vikram Hegde via cfe-commits
@@ -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 vikramRH wrote: @lalaniket8 is not available for rest of the week, but this looks okay to me. Als

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Sharjeel Khan via cfe-commits
Sharjeel-Khan wrote: @lalaniket8 This was your PR so I want to make sure this is okay with you https://github.com/llvm/llvm-project/pull/126585 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Sharjeel Khan via cfe-commits
https://github.com/Sharjeel-Khan edited https://github.com/llvm/llvm-project/pull/126585 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Sharjeel Khan via cfe-commits
Sharjeel-Khan wrote: ``` FAIL: Clang :: Driver/dep-file-flag-with-multiple-offload-archs.hip (10874 of 21886) TEST 'Clang :: Driver/dep-file-flag-with-multiple-offload-archs.hip' FAILED Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /b/f/w/s

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Sharjeel Khan (Sharjeel-Khan) Changes This PR #125646 added this test and it was failing in Android's compiler and on my machine locally. I removed the "Build config" check and it passes now. --- Full diff: https://github.com/llvm

[clang] [Clang][Driver][HIP] Fix test for HIP as it was failing (PR #126585)

2025-02-10 Thread Sharjeel Khan via cfe-commits
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