[PATCH] D13139: [builtins] Build both static and shared versions of the builtins library.

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 09:20:51 PDT 2015


vkalintiris added a comment.

In http://reviews.llvm.org/D13139#260666, @rengolin wrote:

> What's the motivation behind this? I'm not saying I'm against it, just want to understand the scope and objectives, and make sure we can support (and test) all configurations.


I just thought that it would be an alternative for libgcc_s for toolchains that don't depend on a GCC installation. Currently, I'm not aware of any Clang toolchain that can use this shared library. I'd like to add support for using the shared build of the builtins library by the mips-mti-linux (http://reviews.llvm.org/D13340) toolchain in the next few weeks. Would it be better to wait until then?


http://reviews.llvm.org/D13139





More information about the llvm-commits mailing list