[llvm-dev] What is compiler-rt for?

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Wed Sep 2 02:58:37 PDT 2015


On 2 Sep 2015, at 10:55, Russell Wallace via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> The name and documentation both suggest it contains essential runtime functions for use by generated code. However, it's offered as an extra optional download, and when I omit it, the entire cycle of compiling a program with clang and running the resulting executable still seems to work fine. What am I missing?

You most likely have something equivalent (e.g. libgcc) installed already.

David



More information about the llvm-dev mailing list