[PATCH] D22866: Pass through COMPILER_RT_DEFAULT_TARGET_ARCH for builtins

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 10:33:53 PDT 2016


beanz requested changes to this revision.
beanz added a comment.
This revision now requires changes to proceed.

This isn't the right solution here. We should instead make the builtins build load LLVMConfig.cmake (if available) and construct the value from the TARGET_TRIPLE the same way the sanitizer build does. If LLVMConfig.cmake isn't available we should make the builtin build error out during configuration that it needs the TARGET_TRIPLE specified.

-Chris


https://reviews.llvm.org/D22866





More information about the llvm-commits mailing list