[flang-commits] [flang] 83f045f - [Flang] Remove some incorrect UNSUPPORTED clauses

Paul Robinson via flang-commits flang-commits at lists.llvm.org
Wed Dec 14 04:33:13 PST 2022


Author: Paul Robinson
Date: 2022-12-14T04:33:04-08:00
New Revision: 83f045f08c93c14ecb06246b75b46a5f3d28bec5

URL: https://github.com/llvm/llvm-project/commit/83f045f08c93c14ecb06246b75b46a5f3d28bec5
DIFF: https://github.com/llvm/llvm-project/commit/83f045f08c93c14ecb06246b75b46a5f3d28bec5.diff

LOG: [Flang] Remove some incorrect UNSUPPORTED clauses

Differential Revision: https://reviews.llvm.org/D139968

Added: 
    

Modified: 
    flang/test/Driver/code-gen-x86.f90
    flang/test/Fir/target-rewrite-complex16.fir

Removed: 
    


################################################################################
diff  --git a/flang/test/Driver/code-gen-x86.f90 b/flang/test/Driver/code-gen-x86.f90
index fe92eaffa8839..b2bf95613efae 100644
--- a/flang/test/Driver/code-gen-x86.f90
+++ b/flang/test/Driver/code-gen-x86.f90
@@ -1,7 +1,6 @@
 ! Test -emit-obj (X86)
 
 ! REQUIRES: x86-registered-target, aarch64-registered-target
-! UNSUPPORTED: darwin, macos
 
 ! RUN: rm -f %t.o
 ! RUN: %flang_fc1 -triple x86_64-unknown-linux-gnu -emit-obj %s -o %t.o

diff  --git a/flang/test/Fir/target-rewrite-complex16.fir b/flang/test/Fir/target-rewrite-complex16.fir
index 00eff6c582908..2627af41c9b8e 100644
--- a/flang/test/Fir/target-rewrite-complex16.fir
+++ b/flang/test/Fir/target-rewrite-complex16.fir
@@ -1,5 +1,4 @@
 // RUN: fir-opt --target-rewrite="target=x86_64-unknown-linux-gnu" %s | FileCheck %s
-// UNSUPPORTED: darwin
 
 // Test that we rewrite the signature and body of a func.function that returns a
 // complex<16>.


        


More information about the flang-commits mailing list