Skip to content

Rollup of 5 pull requests #34541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 1, 2016
Prev Previous commit
Next Next commit
Support CMake installations in paths containing spaces
  • Loading branch information
CensoredUsername committed Jun 27, 2016
commit 37f0f676829159b47e4f5357768c22c6576b47ad
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@ do
msg "configuring LLVM with:"
msg "$CMAKE_ARGS"

(cd $LLVM_BUILD_DIR && eval "$CFG_CMAKE" $CMAKE_ARGS)
(cd $LLVM_BUILD_DIR && eval "\"$CFG_CMAKE\"" $CMAKE_ARGS)
need_ok "LLVM cmake configure failed"
fi

Expand Down