mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
build: Whitespace police in configure. Puts out burning tinderbox.
This commit is contained in:
parent
d55fa2a9a3
commit
1299e74db3
6
configure
vendored
6
configure
vendored
@ -217,9 +217,9 @@ then
|
||||
| grep version \
|
||||
| cut -d ' ' -f 5-)
|
||||
CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \
|
||||
--version \
|
||||
| grep Host: \
|
||||
| cut -d ' ' -f 4-)
|
||||
--version \
|
||||
| grep Host: \
|
||||
| cut -d ' ' -f 4-)
|
||||
elif [ ! -z "$CFG_LLVM_CONFIG" ]
|
||||
then
|
||||
CFG_LLVM_VERSION=$(llvm-config --version)
|
||||
|
Loading…
Reference in New Issue
Block a user