Files
rust/compiler/rustc_llvm
Jonathan Brouwer 6a44bbd91b Rollup merge of #152712 - eggyal:quote-lib-paths, r=ChrisDenton
Use shell-words to parse output from llvm-config

llvm-config might output paths that contain spaces, in which case the naive approach of splitting on whitespace breaks; instead we ask llvm-config to quote any paths and use the [shell-words](https://crates.io/crates/shell-words) crate by @tmiasko (a new dependency) to parse the output.

r? ChrisDenton
Fixes rust-lang/rust#152707
2026-03-03 19:11:48 +01:00
..