[llvm-dev] Problem on cross-compiling compiler-rt

Chris Bieneman via llvm-dev llvm-dev at lists.llvm.org
Thu May 5 13:08:49 PDT 2016


> On May 5, 2016, at 12:11 PM, Renato Golin <renato.golin at linaro.org> wrote:
> 
> On 5 May 2016 at 19:33, Chris Bieneman via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> I have a patch out for review now (http://reviews.llvm.org/D19742) that
>> allows building builtins without a full toolchain.
> 
> Nice! Does that also allow you to build multiple targets?

No. The plan is to have compiler-rt support one target per-configuration and to have LLVM & Clang’s build systems manage configuring compiler-rt for each target.

I’m still working out the exact details of what that will look like, but I’m expecting to have CMake take a list of targets probably specified by triple.

-Chris


More information about the llvm-dev mailing list