[PATCH] D24001: [CMake] Use top-level CMake file when building compiler-rt builtins

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 13:02:10 PDT 2016


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

The entire point of using the subdirectory as the entry point is that the compiler capabilities checks do not require a fully functioning cross toolchain. This is essential for bootstraps in many situations.

The correct fix here would be to override the install path, not stop using the subdirectory.


Repository:
  rL LLVM

https://reviews.llvm.org/D24001





More information about the llvm-commits mailing list