Displaying 2 results from an estimated 2 matches for "r174699".
Did you mean:
r174299
2013 Feb 08
0
[LLVMdev] CMake, compiler-rt, and MacOS
...9;re building LLVM/Clang tree,
> however, we may want to hoist this to smth. like LLVM_USES_LIBCXX.
>
>
> Yes, that works, when I (manually) set the COMPILER_RT_USES_LIBCXX flag. I
> was wondering if that flag could actually be set when detecting the
> -stdlib=libc++ flag...
>
r174699 should do this.
>
> -- Erik.
>
>
--
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130208/adb3bd6b/attachment.html>
2013 Feb 05
2
[LLVMdev] CMake, compiler-rt, and MacOS
On Tue, Feb 5, 2013 at 12:38 PM, Kostya Serebryany <kcc at google.com> wrote:
> +samsonov, glider
>
>
> On Tue, Feb 5, 2013 at 12:16 PM, Chandler Carruth <chandlerc at google.com>wrote:
>
>> On Mon, Feb 4, 2013 at 6:21 AM, Erik Verbruggen <erik.verbruggen at me.com>wrote:
>>
>>> Hi Chandler,
>>>
>>> If I remember correctly,