[PATCH] D12679: [CMake] Flag recursive cmake invocations for cross-compile

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 07:55:22 PDT 2015


JosephTremoulet added a comment.

Thanks for the pointer; I didn't know about `find_package`, but I agree it seems like the right way to do this sort of thing.  We're still ironing out how these CoreCLR sources get packaged/communicated, so there isn't really any logic I could put in it today to reliably find them, but I've logged one CoreCLR issue[1] and one LLILC issue[2] to track that we'd like to make that possible and then use `find_package` in LLILC's cmake files, respectively.

[1] - https://github.com/dotnet/coreclr/issues/1521
[2] - https://github.com/dotnet/llilc/issues/832


http://reviews.llvm.org/D12679





More information about the llvm-commits mailing list