[llvm-branch-commits] [mlir] 5374bde - Revert "[mlir] Fix integration test when `%host_cc` path contains spaces (#12…"

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 24 12:51:07 PST 2025


Author: Mehdi Amini
Date: 2025-02-24T21:51:04+01:00
New Revision: 5374bde5dcdf1afc7bae35cfa6f40f1736bf201d

URL: https://github.com/llvm/llvm-project/commit/5374bde5dcdf1afc7bae35cfa6f40f1736bf201d
DIFF: https://github.com/llvm/llvm-project/commit/5374bde5dcdf1afc7bae35cfa6f40f1736bf201d.diff

LOG: Revert "[mlir] Fix integration test when `%host_cc` path contains spaces (#12…"

This reverts commit 1794dfbb0fcc549aff99764ea11309532e5553d1.

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 llvm-branch-commits mailing list