Skip to content

dlltool: Set the working directory to workaround --temp-prefix bug#155899

Open
ChrisDenton wants to merge 1 commit intorust-lang:mainfrom
ChrisDenton:dlltool
Open

dlltool: Set the working directory to workaround --temp-prefix bug#155899
ChrisDenton wants to merge 1 commit intorust-lang:mainfrom
ChrisDenton:dlltool

Conversation

@ChrisDenton
Copy link
Copy Markdown
Member

@ChrisDenton ChrisDenton commented Apr 28, 2026

dlltool's --temp-prefix argument incorrectly splits paths that contain spaces. To workaround this, we pass a relative path to --temp-prefix and set the working directory.

fixes #155591

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Apr 28, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Apr 28, 2026

r? @eholk

rustbot has assigned @eholk.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: codegen, compiler
  • codegen, compiler expanded to 73 candidates
  • Random selection from 20 candidates

@ChrisDenton ChrisDenton changed the title dlltool: Set the working directory to workaround --temp-prefix dlltool: Set the working directory to workaround --temp-prefix bug Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[1.94+] Build Error when absolut path includes Whitespaces

3 participants