[PATCH] D24156: [CMake] Explicitly add --target option to compiler flags

Francis Ricci via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 11 09:49:26 PDT 2016


fjricci added a comment.

Ok. If the intended behavior of COMPILER_RT_DEFAULT_TARGET_TRIPLE is to match the LLVM triple passed in TARGET_TRIPLE, I can work on a patch to fix a few of the inconsistencies I found when using this patch for my builds. armv7 hard-float is the trickiest, but fixing it should just require some small changes to how we parse things.


https://reviews.llvm.org/D24156





More information about the llvm-commits mailing list