[LLVMdev] [cfe-dev] is configure+make dead yet?

Ashok Nalkund ashoknn at qualcomm.com
Thu Jun 21 01:23:14 PDT 2012


On 6/21/2012 1:10 AM, Michael Spencer wrote:
> On Thu, Jun 21, 2012 at 12:50 AM, Ashok Nalkund <ashoknn at qualcomm.com> wrote:
>> I managed to use:
>>
>> CC=clang CXX=clang++ CXXFLAGS="-stdlib=libc++ -I <libcxxdir..." cmake...
>>
>>   to cause it to use clang++ with libc++ to build LLVM/clang.
>>
>> But now I run into bug 10646
>> (http://llvm.org/bugs/show_bug.cgi?id=10646). Can somebody comment on
>> when the patch will be available on trunk. I can apply the patch to my
>> local copy but would like to avoid local changes.
>>
>> tia,
>> ashok
>
> I fixed that bug a while ago. Also I build LLVM and Clang with libc++
> daily using CMake and it works just fine.
>
> - Michael Spencer
>

Can you post your build commands? I'm on Linux (Ubuntu).

tia



More information about the llvm-dev mailing list