[flang-commits] [flang] [flang] No longer expect -target-cpu flag for AMDGPU targets (PR #219989)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Mon Aug 31 07:53:14 PDT 2026
https://github.com/kparzysz created https://github.com/llvm/llvm-project/pull/219989
Update a failing test after
https://github.com/llvm/llvm-project/pull/206483.
>From 3301803ff3fd3d902e21e7ec58d9857189c475c1 Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: Mon, 31 Aug 2026 09:50:16 -0500
Subject: [PATCH] [flang] No longer expect -target-cpu flag for AMDGPU targets
Update a failing test after
https://github.com/llvm/llvm-project/pull/206483.
---
flang/test/Driver/target-gpu-features.f90 | 1 -
1 file changed, 1 deletion(-)
diff --git a/flang/test/Driver/target-gpu-features.f90 b/flang/test/Driver/target-gpu-features.f90
index 577181bd1272f..0fd292e92c080 100644
--- a/flang/test/Driver/target-gpu-features.f90
+++ b/flang/test/Driver/target-gpu-features.f90
@@ -7,4 +7,3 @@
! RUN: | FileCheck %s -check-prefix=CHECK-AMDGCN
! CHECK-AMDGCN: "-fc1" "-triple" "amdgpu9.02-amd-amdhsa"
-! CHECK-AMDGCN-SAME: "-target-cpu" "gfx902"
More information about the flang-commits
mailing list