[PATCH] D23823: [builtins] Make sure builtin compile tests respect CMAKE_C_COMPILER_TARGET

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 15:50:09 PDT 2016


beanz accepted this revision.
beanz added a comment.

You’re right. My grep of CMake's sources missed the generator uses where it adds --target to the compiler invocations. I completely understand why you're using it this way.

Patch LGTM.


https://reviews.llvm.org/D23823





More information about the llvm-commits mailing list