[flang-commits] [clang] [flang] [flang][Driver] Support -print-supported-extensions (PR #117402)
Andrzej WarzyĆski via flang-commits
flang-commits at lists.llvm.org
Mon Nov 25 11:26:04 PST 2024
================
@@ -0,0 +1,10 @@
+! Test that --print-supported-extensions errors on unsupported architectures.
+
+! REQUIRES: x86-registered-target
+
+! RUN: not %flang --target=x86_64-linux-gnu --print-supported-extensions \
+! RUN: 2>&1 | FileCheck %s
----------------
banach-space wrote:
As in, this option is not available for X86 _at all_?
https://github.com/llvm/llvm-project/pull/117402
More information about the flang-commits
mailing list