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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user