[Mlir-commits] [mlir] Revert "[mlir] Fix integration test when `%host_cc` path contains spaces" (PR #128573)
Mehdi Amini
llvmlistbot at llvm.org
Mon Feb 24 12:51:33 PST 2025
https://github.com/joker-eph created https://github.com/llvm/llvm-project/pull/128573
Reverts llvm/llvm-project#128439
Builtbot are broken, see: https://lab.llvm.org/buildbot/#/builders/138/builds/10710
>From 5374bde5dcdf1afc7bae35cfa6f40f1736bf201d Mon Sep 17 00:00:00 2001
From: Mehdi Amini <joker.eph at gmail.com>
Date: Mon, 24 Feb 2025 21:51:04 +0100
Subject: [PATCH] =?UTF-8?q?Revert=20"[mlir]=20Fix=20integration=20test=20w?=
=?UTF-8?q?hen=20`%host=5Fcc`=20path=20contains=20spaces=20(#12=E2=80=A6"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This reverts commit 1794dfbb0fcc549aff99764ea11309532e5553d1.
---
mlir/test/Integration/Dialect/MemRef/memref_abi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the Mlir-commits
mailing list