[Mlir-commits] [mlir] [mlir] Fix integration test when `%host_cc` path contains spaces (PR #128439)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Feb 23 14:42:21 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-memref

Author: Ivan Butygin (Hardcode84)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) mlir/test/Integration/Dialect/MemRef/memref_abi.c (+1-1) 


``````````diff
diff --git a/mlir/test/Integration/Dialect/MemRef/memref_abi.c b/mlir/test/Integration/Dialect/MemRef/memref_abi.c
index 3fb19177deb09..110ab449b5a34 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

``````````

</details>


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


More information about the Mlir-commits mailing list