Skip to content

Conversation

@joker-eph
Copy link
Collaborator

@joker-eph joker-eph requested a review from Hardcode84 February 24, 2025 20:51
@joker-eph joker-eph added skip-precommit-approval PR for CI feedback, not intended for review and removed mlir mlir:memref labels Feb 24, 2025
@joker-eph joker-eph merged commit f63c5f3 into main Feb 24, 2025
9 of 13 checks passed
@joker-eph joker-eph deleted the revert-128439-fix-spaces branch February 24, 2025 20:51
@llvmbot
Copy link
Member

llvmbot commented Feb 24, 2025

@llvm/pr-subscribers-mlir-memref

@llvm/pr-subscribers-mlir

Author: Mehdi Amini (joker-eph)

Changes

Reverts llvm/llvm-project#128439

Builtbot are broken, see: https://lab.llvm.org/buildbot/#/builders/138/builds/10710


Full diff: https://github.com/llvm/llvm-project/pull/128573.diff

1 Files Affected:

  • (modified) mlir/test/Integration/Dialect/MemRef/memref_abi.c (+1-1)
diff --git a/mlir/test/Integration/Dialect/MemRef/memref_abi.c b/mlir/test/Integration/Dialect/MemRef/memref_abi.c
index 110ab449b5a34..3fb19177deb09 100644
--- a/mlir/test/Integration/Dialect/MemRef/memref_abi.c
+++ b/mlir/test/Integration/Dialect/MemRef/memref_abi.c
@@ -12,7 +12,7 @@
 // RUN: llc %t.ll -o %t.o -filetype=obj
 
 // Compile the current C file and link it to the MLIR code:
-// RUN: "%host_cc" %s %t.o -o %t.exe
+// RUN: %host_cc %s %t.o -o %t.exe
 
 // Exec
 // RUN: %t.exe | FileCheck %s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-precommit-approval PR for CI feedback, not intended for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants