[Mlir-commits] [mlir] [mlir][vector] Extend vector.gather e2e test (PR #187071)

Will Froom llvmlistbot at llvm.org
Wed Mar 18 04:18:06 PDT 2026


================
@@ -1,13 +1,28 @@
-// RUN: mlir-opt %s -test-lower-to-llvm  | \
-// RUN: mlir-runner -e entry -entry-point-result=void \
-// RUN:   -shared-libs=%mlir_c_runner_utils | \
-// RUN: FileCheck %s
+// DEFINE: %{entry_point} = main
+// DEFINE: %{run} = mlir-runner -e entry -entry-point-result=void \
+// DEFINE:         -shared-libs=%native_mlir_runner_utils,%native_mlir_c_runner_utils
----------------
WillFroom wrote:

Ah thanks for the info, it's breaking our internal tests due to missing symbols I'll update it now

https://github.com/llvm/llvm-project/pull/187071


More information about the Mlir-commits mailing list