[PATCH] D15004: cmake: Use custom target to compile timeit/fpcmp

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 09:24:26 PST 2015


beanz added a comment.

Since these are really simple source files, it is probably better to check CMAKE_CROSSCOMPILING and when cross-compiling use ExternalProject to configure host versions of the tools.


http://reviews.llvm.org/D15004





More information about the llvm-commits mailing list