We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
%host_cc
1 parent 03610af commit 1794dfbCopy full SHA for 1794dfb
mlir/test/Integration/Dialect/MemRef/memref_abi.c
@@ -12,7 +12,7 @@
12
// RUN: llc %t.ll -o %t.o -filetype=obj
13
14
// Compile the current C file and link it to the MLIR code:
15
-// RUN: %host_cc %s %t.o -o %t.exe
+// RUN: "%host_cc" %s %t.o -o %t.exe
16
17
// Exec
18
// RUN: %t.exe | FileCheck %s
0 commit comments