[Mlir-commits] [mlir] e3172e8 - [mlir] Update "UNSUPPORTED" directive in a test

Andrzej Warzynski llvmlistbot at llvm.org
Mon Jan 22 12:04:46 PST 2024


Author: Andrzej Warzynski
Date: 2024-01-22T20:04:19Z
New Revision: e3172e841899779caf461cee97826940dca806e7

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

LOG: [mlir] Update "UNSUPPORTED" directive in a test

Add missing "arm64" target to the list of unsupported targets ("arm64"
is used on Darwin).

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/test/mlir-cpu-runner/global-constructors.mlir b/mlir/test/mlir-cpu-runner/global-constructors.mlir
index fe1fe06574648e..0443e4d51e9adc 100644
--- a/mlir/test/mlir-cpu-runner/global-constructors.mlir
+++ b/mlir/test/mlir-cpu-runner/global-constructors.mlir
@@ -1,4 +1,4 @@
-// UNSUPPORTED: target=aarch64{{.*}}
+// UNSUPPORTED: target=aarch64{{.*}}, target=arm64{{.*}}
 // RUN: mlir-cpu-runner %s -e entry -entry-point-result=void  \
 // RUN: -shared-libs=%mlir_c_runner_utils | \
 // RUN: FileCheck %s


        


More information about the Mlir-commits mailing list