[flang-commits] [flang] [flang] Fix flang tests on MacOS (PR #70811)

Andrzej WarzyƄski via flang-commits flang-commits at lists.llvm.org
Mon Nov 6 01:14:29 PST 2023


================
@@ -7,7 +7,8 @@
 ! As `flang` does not implement `-fc1as` (i.e. a driver for the integrated
 ! assembler), we need to use `-fno-integrated-as` here.
 
-! UNSUPPORTED: system-windows
+! This test fails on MacOS with the error "can't specifiy -Q with -arch arm64"
+! UNSUPPORTED: system-windows, system-darwin
----------------
banach-space wrote:

This is a bit enigmatic error - could you share the full output? Preferably with `-v` (or `-###`) so that we can see the `flang-new -fc1` invocation? Thanks!

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


More information about the flang-commits mailing list