[PATCH] D16653: [CMake] Support platform building builtins without a full toolchain

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 09:04:07 PST 2016


beanz added a comment.

This morning I committed the first two broken out patches in this sequence. They are both NFC, and I took into account the feedback provided by @samsonov.

The commits are r261105 and r261108.

The first commit pushes the AddLLVM dependency down into the test CMakeLists so it is only included where explicitly needed. The second commit moves the definitions of some macros out of config-ix.cmake into CompilerRTUtils.


http://reviews.llvm.org/D16653





More information about the llvm-commits mailing list