[cfe-dev] please check out compiler-rt

Eli Friedman eli.friedman at gmail.com
Thu Dec 8 12:34:50 PST 2011


On Thu, Dec 8, 2011 at 12:26 PM, İsmail Dönmez <ismail at namtrac.org> wrote:
> Hi;
>
> On Wed, Dec 7, 2011 at 4:07 AM, Daniel Dunbar <daniel at zuster.org> wrote:
>>
>> Hi all,
>>
>> Executive Summary:
>> --
>> Please check out compiler-rt into llvm/projects, and keep it up to
>> date. For example:
>>  (cd ~/llvm/projects && svn co
>> http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt)
>> or:
>>  (cd ~/llvm/projects && git clone http://llvm.org/git/compiler-rt.git)
>
>
> cmake build system has no idea about compiler-rt and hence it doesn't build
> it. Given other problems with cmake buildsystem itself, are cmake files
> maintained at all?

They're maintained to the point that it is possible to build clang
with CMake on Windows in some configurations.  Beyond that, there are
rough edges.

-Eli




More information about the cfe-dev mailing list