Skip to content

Commit e3172e8

Browse files
committed
[mlir] Update "UNSUPPORTED" directive in a test
Add missing "arm64" target to the list of unsupported targets ("arm64" is used on Darwin).
1 parent 4f21fb8 commit e3172e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/mlir-cpu-runner/global-constructors.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: target=aarch64{{.*}}
1+
// UNSUPPORTED: target=aarch64{{.*}}, target=arm64{{.*}}
22
// RUN: mlir-cpu-runner %s -e entry -entry-point-result=void \
33
// RUN: -shared-libs=%mlir_c_runner_utils | \
44
// RUN: FileCheck %s

0 commit comments

Comments
 (0)