Skip to content

Commit 83f045f

Browse files
committed
[Flang] Remove some incorrect UNSUPPORTED clauses
Differential Revision: https://reviews.llvm.org/D139968
1 parent 1515131 commit 83f045f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

flang/test/Driver/code-gen-x86.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
! Test -emit-obj (X86)
22

33
! REQUIRES: x86-registered-target, aarch64-registered-target
4-
! UNSUPPORTED: darwin, macos
54

65
! RUN: rm -f %t.o
76
! RUN: %flang_fc1 -triple x86_64-unknown-linux-gnu -emit-obj %s -o %t.o

flang/test/Fir/target-rewrite-complex16.fir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: fir-opt --target-rewrite="target=x86_64-unknown-linux-gnu" %s | FileCheck %s
2-
// UNSUPPORTED: darwin
32

43
// Test that we rewrite the signature and body of a func.function that returns a
54
// complex<16>.

0 commit comments

Comments
 (0)