[PATCH] D40896: [cmake] Move CMAKE_(C|CXX)_COMPILER variables before CROSS_TOOLCHAIN_FLAGS sothey can be overridden when cross compiling.
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 07:17:21 PST 2017
labath added a comment.
Thank you for fixing this on such a short notice.
If this were up to me I'd also move `${build_type_flags}` and `${linker_flag}` before the `CROSS_TOOLCHAIN_FLAGS` but that's not my immediate concern.
https://reviews.llvm.org/D40896
More information about the llvm-commits
mailing list