[llvm-dev] [RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)

Chris Bieneman via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 9 11:13:29 PDT 2016


> On Jun 9, 2016, at 10:53 AM, Renato Golin <renato.golin at linaro.org> wrote:
> 
> On 9 June 2016 at 18:49, Justin Bogner via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> This all seems pretty sensible. Should we also use the opportunity to
>> split compiler-rt's builtins and profiling/sanitizer/etc runtimes, since
>> we'll be moving things around anyway?
> 
> Also be good to make Compiler-RT and libc++ cross-compile for multiple
> targets... :/

Yes, that is part of the eventual goal for this. I *really* want to be able to build a full cross-compiler and runtime stack from a single CMake invocation. Ideally supporting /n/ targets.

I have lots of ideas in this area, but it is being kept in mind.

-Chris

> 
> While that may be another battle entirely, it'd be good to keep that
> in mind if we do split them up to pieces.
> 
> cheers,
> --renato



More information about the llvm-dev mailing list