-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Closed
Labels
A-technical-debtArea: Internal cleanup workArea: Internal cleanup workC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
In compiler/rustc_llvm/build.rs llvm-config is called to get a list of lib paths. By default this outputs paths separated by spaces, meaning that if the paths themselves contain spaces then the output will be messed up.
Fixing this requires using the --quote-paths option and handling quotes. However, we would then also need to handle \ escaping.
Alternatively we could just say this is a limitation when building llvm. But then we should at least document this somewhere.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-technical-debtArea: Internal cleanup workArea: Internal cleanup workC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.