[flang-commits] [flang] Mark the test as unsupported for RISC-V (PR #156909)

via flang-commits flang-commits at lists.llvm.org
Thu Sep 4 08:21:36 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-flang-driver

Author: None (julianmorillo)

<details>
<summary>Changes</summary>

Mark the test as unsupported for RISC-V

---
Full diff: https://github.com/llvm/llvm-project/pull/156909.diff


1 Files Affected:

- (modified) flang/test/Driver/fast-math.f90 (+1) 


``````````diff
diff --git a/flang/test/Driver/fast-math.f90 b/flang/test/Driver/fast-math.f90
index e677432bc04fa..2c088b8712cee 100644
--- a/flang/test/Driver/fast-math.f90
+++ b/flang/test/Driver/fast-math.f90
@@ -74,6 +74,7 @@
 ! Check that -ffast-math causes us to link to crtfastmath.o
 ! UNSUPPORTED: system-windows
 ! UNSUPPORTED: target=powerpc{{.*}}
+! UNSUPPORTED: target=riscv{{.*}}
 ! RUN: %flang -ffast-math -### %s -o %t 2>&1 \
 ! RUN:           --target=x86_64-unknown-linux -no-pie \
 ! RUN:           --sysroot=%S/../../../clang/test/Driver/Inputs/basic_linux_tree \

``````````

</details>


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


More information about the flang-commits mailing list