about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-03-11 03:32:05 +0100
committerGitHub <noreply@github.com>2022-03-11 03:32:05 +0100
commitbb8274ad36db4fba178959da68a903894d0e7a86 (patch)
tree53f3a5bedd0b4cbb2f39d4d0bc2ab0152e09302e /compiler/rustc_codegen_llvm/src
parent6d660205947d6eb70f6bbfadff20318ebe2360e8 (diff)
parent7c20a29af8bffdd393e9e8a716de8266fcdae8bc (diff)
downloadrust-bb8274ad36db4fba178959da68a903894d0e7a86.tar.gz
rust-bb8274ad36db4fba178959da68a903894d0e7a86.zip
Rollup merge of #94819 - jonhoo:configure-empty-list, r=Mark-Simulacrum
configure: don't serialize empty array elements

Before this change:

    $ ./configure --codegen-backends=
    [..]
    $ grep -P '^codegen-backends' config.toml
    codegen-backends = ['']

After this change:

    $ ./configure --codegen-backends=
    [..]
    $ grep -P '^codegen-backends' config.toml
    codegen-backends = []
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions