Skip to content

Commit f79d941

Browse files
committed
[MLIR/S90x] Convert tests to check 'target=...'
Part of the project to eliminate special handling for triples in lit expressions.
1 parent 218b77c commit f79d941

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

mlir/test/Bytecode/general.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: mlir-opt -allow-unregistered-dialect -emit-bytecode %s | mlir-opt -allow-unregistered-dialect | FileCheck %s
22

33
// Bytecode currently does not support big-endian platforms
4-
// UNSUPPORTED: s390x-
4+
// UNSUPPORTED: target=s390x-{{.*}}
55

66
// CHECK-LABEL: "bytecode.test1"
77
// CHECK-NEXT: "bytecode.empty"() : () -> ()

mlir/test/Bytecode/invalid/invalid-dialect_section.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// the dialect section.
33

44
// Bytecode currently does not support big-endian platforms
5-
// UNSUPPORTED: s390x-
5+
// UNSUPPORTED: target=s390x-{{.*}}
66

77
//===--------------------------------------------------------------------===//
88
// Dialect Name

mlir/test/Bytecode/invalid/invalid-ir_section.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// the IR section.
33

44
// Bytecode currently does not support big-endian platforms
5-
// UNSUPPORTED: s390x-
5+
// UNSUPPORTED: target=s390x-{{.*}}
66

77
//===--------------------------------------------------------------------===//
88
// Operations

mlir/test/Bytecode/invalid/invalid-string_section.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// the string section.
33

44
// Bytecode currently does not support big-endian platforms
5-
// UNSUPPORTED: s390x-
5+
// UNSUPPORTED: target=s390x-{{.*}}
66

77
//===--------------------------------------------------------------------===//
88
// Count

mlir/test/Bytecode/invalid/invalid-structure.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// a bytecode file.
33

44
// Bytecode currently does not support big-endian platforms
5-
// UNSUPPORTED: s390x-
5+
// UNSUPPORTED: target=s390x-{{.*}}
66

77
//===--------------------------------------------------------------------===//
88
// Version

mlir/test/Bytecode/invalid/invalid_attr_type_offset_section.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// the attribute/type offset section.
33

44
// Bytecode currently does not support big-endian platforms
5-
// UNSUPPORTED: s390x-
5+
// UNSUPPORTED: target=s390x-{{.*}}
66

77
//===--------------------------------------------------------------------===//
88
// Offset

mlir/test/Bytecode/invalid/invalid_attr_type_section.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// the attribute/type offset section.
33

44
// Bytecode currently does not support big-endian platforms
5-
// UNSUPPORTED: s390x-
5+
// UNSUPPORTED: target=s390x-{{.*}}
66

77
//===--------------------------------------------------------------------===//
88
// Index

mlir/test/Bytecode/resources.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
22

33
// Bytecode currently does not support big-endian platforms
4-
// UNSUPPORTED: s390x-
4+
// UNSUPPORTED: target=s390x-{{.*}}
55

66
// CHECK-LABEL: @TestDialectResources
77
module @TestDialectResources attributes {

mlir/test/Dialect/Builtin/Bytecode/attrs.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: mlir-opt -emit-bytecode -allow-unregistered-dialect %s | mlir-opt -allow-unregistered-dialect -mlir-print-local-scope | FileCheck %s
22

33
// Bytecode currently does not support big-endian platforms
4-
// UNSUPPORTED: s390x-
4+
// UNSUPPORTED: target=s390x-{{.*}}
55

66
//===----------------------------------------------------------------------===//
77
// ArrayAttr

mlir/test/Dialect/Builtin/Bytecode/types.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
22

33
// Bytecode currently does not support big-endian platforms
4-
// UNSUPPORTED: s390x-
4+
// UNSUPPORTED: target=s390x-{{.*}}
55

66
//===----------------------------------------------------------------------===//
77
// ComplexType

0 commit comments

Comments
 (0)