[cfe-dev] please check out compiler-rt

Daniel Dunbar daniel at zuster.org
Thu Dec 8 14:02:11 PST 2011


You are correct, there is not any compiler-rt integration for CMake
yet. Chandler and I have briefly discussed one solution here, but no
one has implemented anything yet.

Currently I view it as "non-trivial", so its basically waiting for
someone to step up and own it. One possible short term solution is
that we just have the Clang CMake build invoke the compiler-rt Make
based build. This should work okay on Unix, although it won't for
Windows (but compiler-rt isn't particularly important there yet).

 - Daniel

On Thu, Dec 8, 2011 at 1:11 PM, İsmail Dönmez <ismail at namtrac.org> wrote:
> Hi;
>
> On Thu, Dec 8, 2011 at 10:02 PM, "C. Bergström" <cbergstrom at pathscale.com>
> wrote:
>>
>> On 12/ 9/11 03:57 AM, İsmail Dönmez wrote:
>>>
>>> Well, the compiler-rt bug is that CMake has no idea about that
>>> sub-directory
>>
>> What cmake line did you use? What's your directory structure look like..
>>  What exactly did you clone/checkout and where.. What's the *exact* error
>> you're getting..
>
>
> Checked out compiler-rt in projects subdir, clang into tools
>
> mkdir build
> cmake ..
>
> as usual llvm & clang built but no compiler-rt in sight.
>
>>>
>>> , for other cmake bug you might want to take a look at
>>> http://llvm.org/bugs/show_bug.cgi?id=10050 which I reported like 5 months
>>> ago already.
>>
>> That's not a bug - that's a feature request
>
>
> Nope, thats what configure does by default so cmake supposed to do the same.
>
> Regards,
> ismail
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>




More information about the cfe-dev mailing list