Skip to content

[mlir] Fix integration test when %host_cc path contains spaces #128439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2025

Conversation

Hardcode84
Copy link
Contributor

No description provided.

@Hardcode84 Hardcode84 marked this pull request as ready for review February 23, 2025 22:41
@llvmbot
Copy link
Member

llvmbot commented Feb 23, 2025

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-memref

Author: Ivan Butygin (Hardcode84)

Changes

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 --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

@Hardcode84 Hardcode84 merged commit 1794dfb into llvm:main Feb 23, 2025
16 checks passed
@Hardcode84 Hardcode84 deleted the fix-spaces branch February 23, 2025 23:20
@joker-eph
Copy link
Collaborator

Unfortunately this broke the bots: https://lab.llvm.org/buildbot/#/builders/116/builds/10679

There is a trailing space somehow in the path to clang there, not sure why?

Hardcode84 added a commit to Hardcode84/llvm-project that referenced this pull request Feb 24, 2025
Continuation of llvm#128439
Some builders have spaces at the end of the host_cc path, which now breaks.
llvm-sync bot pushed a commit to arm/arm-toolchain that referenced this pull request Feb 24, 2025
Hardcode84 added a commit that referenced this pull request Feb 24, 2025
…#128542)

Reland #128439

Some builders have spaces at the end of the `host_cc` path.
llvm-sync bot pushed a commit to arm/arm-toolchain that referenced this pull request Feb 24, 2025
…ains spaces (#128542)

Reland llvm/llvm-project#128439

Some builders have spaces at the end of the `host_cc` path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants