diff options
| author | Enric Morales <me@enric.me> | 2024-11-05 11:32:05 +0100 |
|---|---|---|
| committer | Enric Morales <me@enric.me> | 2024-11-06 21:03:02 +0100 |
| commit | 8471c6bb0c3f46f5dbad5942aedb661304cae001 (patch) | |
| tree | 609ffb68c3207504be03f36c5100df0f69d6a8f7 /compiler/rustc_codegen_llvm/src | |
| parent | 27e38f8fc7efc57b75e9a763d7a0ee44822cd5f7 (diff) | |
| download | rust-8471c6bb0c3f46f5dbad5942aedb661304cae001.tar.gz rust-8471c6bb0c3f46f5dbad5942aedb661304cae001.zip | |
bootstrap: add quoting support to avoid splitting
With this change, it is now possible to pass quotes to the configure script, such as `./configure.py --set=target.\"thumbv8m.main-none-eabi\".linker=/linker` , which will treat `thumbv8.main-none-eabi` as a whole part. Currently, the string would be split into two elements: `thumbv8`, and `main-none-eabi`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
