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