utils.bash: allow response files in bootstrapping
llvm uses response files in bootstrapping. It’s okay for them to happen even though we don’t use expandResponseParams here right now.
This commit is contained in:
parent
ae1e940cc0
commit
5fad67d361
@ -86,9 +86,6 @@ expandResponseParams() {
|
||||
#shellcheck disable=SC2034
|
||||
readarray -d '' params < <("@expandResponseParams@" "$@")
|
||||
return 0
|
||||
else
|
||||
echo "Response files aren't supported during bootstrapping" >&2
|
||||
return 1
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user