[PATCH] D16473: Remove autoconf support for building runtime libraries.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 13:24:17 PST 2016


beanz added a subscriber: iains.
beanz added a comment.

Alexey,

My intention for leaving the makefiles for the builtins is mostly as a reference for people bootstrapping platforms, and the darwin implementation is one of the more complete implementations. I don't expect that the makefiles in their current state will cover any uses not covered by CMake. But I am aware of some use cases (specifically looking at @iains) where out-of-tree modified makefiles are the easiest path forward.

Apple's build has migrated entirely to CMake. There is one outstanding significant limitation in the CMake build system relating to bootstrapping cross-targeting builds. I'm hoping to have a solution to that in a few weeks so we can remove all the makefiles from compiler-rt.

-Chris


http://reviews.llvm.org/D16473





More information about the llvm-commits mailing list