[clang] [flang] [flang][Driver] Support -print-supported-extensions (PR #117402)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 14:30:54 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:

Thanks for checking!

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


More information about the cfe-commits mailing list