[Mlir-commits] [mlir] f63c5f3 - Revert "[mlir] Fix integration test when `%host_cc` path contains spaces" (#128573)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Feb 24 12:51:50 PST 2025
Author: Mehdi Amini
Date: 2025-02-24T21:51:47+01:00
New Revision: f63c5f36c3e390fa43ba91c6d7812d0439b5203a
URL: https://github.com/llvm/llvm-project/commit/f63c5f36c3e390fa43ba91c6d7812d0439b5203a
DIFF: https://github.com/llvm/llvm-project/commit/f63c5f36c3e390fa43ba91c6d7812d0439b5203a.diff
LOG: Revert "[mlir] Fix integration test when `%host_cc` path contains spaces" (#128573)
Reverts llvm/llvm-project#128439
Builtbot are broken, see:
https://lab.llvm.org/buildbot/#/builders/138/builds/10710
Added:
Modified:
mlir/test/Integration/Dialect/MemRef/memref_abi.c
Removed:
################################################################################
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