[PATCH] D22415: Enable cross-compilation across architectures on android

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 10:56:21 PDT 2016


beanz added a comment.

You shouldn't need to do this. `CMAKE_${LANG}_FLAGS` is implicitly read by CMake when constructing the compiler command line.

-Chris


https://reviews.llvm.org/D22415





More information about the llvm-commits mailing list