[PATCH] D41660: [cmake] Add new linux toolchain file
Don Hinton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 2 12:34:00 PST 2018
hintonda added a comment.
In https://reviews.llvm.org/D41660#966023, @phosek wrote:
> @hintonda I think this should be a platform file in https://github.com/llvm-mirror/llvm/tree/master/cmake/platforms rather than Clang cache file. Platform files are concerned with the host platform (including cross-compilation), while cache files are related to the distribution setup. What you're trying to do is the former rather than the latter. Some of the aspects of your setup like the bootstrap tool setup is already handled by the 2-stage build so you should use that rather than reimplementing your own solution.
Thanks for the pointer. I'll rework the patch along the lines you suggest.
Repository:
rC Clang
https://reviews.llvm.org/D41660
More information about the cfe-commits
mailing list