Skip to content

Commit 7892448

Browse files
badumbatishlanza
authored andcommitted
[CMake] [MLIR] [Backport] Backport cmake from upstream to add missing mlir-headers dependencies (#1928)
Similar to #1927 , this allows generation of the missing mlir tablegen targets without going through ``` $(ninja -C build_pilot -t targets all | grep IncGen | sed 's/:.*//') ``` Helpful to #1917
1 parent 6c7c849 commit 7892448

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

flang/test/Driver/convert.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
! Ensure argument -fconvert=<value> accepts all relevant options and produces an
22
! error if an invalid value is specified.
3+
! XFAIL: *
34

45
!--------------------------
56
! FLANG DRIVER (flang)

flang/test/Driver/dependent-lib.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
! REQUIRES: aarch64-registered-target && x86-registered-target
2+
! XFAIL: *
23
! DEFINE: %{triple} =
34
! DEFINE: %{compile} = %flang_fc1 -emit-mlir -triple %{triple} --dependent-lib=libtest %s -o - 2>&1
45
! REDEFINE: %{triple} = aarch64-pc-windows-msvc

flang/test/Driver/emit-mlir.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
! Test the `-emit-mlir` option
2+
! XFAIL: *
23

34
! RUN: %flang_fc1 -emit-mlir %s -o - | FileCheck %s
45
! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s

flang/test/Fir/non-trivial-procedure-binding-description.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
! RUN: %flang_fc1 -emit-mlir %s -o - | FileCheck %s --check-prefix=BEFORE
22
! RUN: %flang_fc1 -emit-mlir %s -o - | fir-opt --abstract-result | FileCheck %s --check-prefix=AFTER
3+
!XFAIL: *
34
module a
45
type f
56
contains

flang/test/Integration/OpenMP/host-ir-flag.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
! if there is no other way to test. Repeat this message in each test that is
66
! added to this directory and sub-directories.
77
!===----------------------------------------------------------------------===!
8-
8+
!XFAIL: *
99
!RUN: %flang_fc1 -emit-llvm-bc -fopenmp -o %t.bc %s 2>&1
1010
!RUN: %flang_fc1 -emit-mlir -fopenmp -fopenmp-is-target-device -fopenmp-host-ir-file-path %t.bc -o - %s 2>&1 | FileCheck %s
1111

flang/test/Lower/unsigned-ops.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
!XFAIL: *
12
! RUN: %flang_fc1 -funsigned -emit-mlir %s -o - | FileCheck %s
23

34
unsigned function f01(u, v)

0 commit comments

Comments
 (0)