[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


================
@@ -5,6 +5,9 @@ a C compiler.
 
 REQUIRES: c-compiler
 
+MacOS doesn't have a separate libm.
+UNSUPPORTED: system-darwin
----------------
banach-space wrote:

Then the RUN line should be configured based on the target. This should be possible with `DEFINE`/`REDEFINE`: https://www.llvm.org/docs/TestingGuide.html

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


More information about the flang-commits mailing list