[PATCH] D41957: Utility for checking out llvm, clang, and associated tools and configuring a build folder

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 14:59:56 PST 2018


MatzeB added a comment.

This whole script is pretty opinionated:

- Use of svn vs. the git mirrors
- picking a specific set of llvm projects
- picking a specific set of cmake options (BUILD_TYPE=Release, ENABLE_ASSERTIONS=OFF, ninja...)

How can we avoid giving the impression that these are somehow recommended? (Because really I could start 3 longish bikeshed-like discussions now about what choices would be better here...)


Repository:
  rL LLVM

https://reviews.llvm.org/D41957





More information about the llvm-commits mailing list