-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
-C link-args and -C llvm-args can't pass arguments with spaces #30947
Comments
Quoth he. ;) |
Yes, you need quotes. |
What kind of quotes? Also that should be documented somewhere |
Ah this is actually an issue about if you want to pass the argument I'm going to reopen this for now, but there may not be a whole lot we can do here, as inventing our own syntax for escaping spaces is both onerous and unfortunately backwards incompatible. |
This is also an issue when using the MSVC linker and passing /manifestdependency flags which always contain spaces such as (for example):
This is currently impossible. |
(oops, I misunderstood the problem that @alexcrichton described; my suggestion won't address that.) |
Triage: I agree with @alexcrichton , I'm not sure what we can do here :( |
Switch to |
@retep998 Seems like |
It didn't disappear. It simply never existed in the first place and still needs to be implemented. |
The arguments passed in -C link-args and -C llvm-args is split by spaces making it impossible to pass along paths with spaces in them.
The text was updated successfully, but these errors were encountered: