[cfe-dev] [libcxx] How to compile libcxx with MemorySanitizer in MacOS and Linux

Jonathan Roelofs jonathan at codesourcery.com
Tue Jul 28 09:36:11 PDT 2015



On 7/28/15 10:17 AM, Gonzalo BG wrote:
> It seems that there is a circular dependency between libcxx and
> libcxxabi but the docs do not really mention how to solve this (libcxx
> docs say it needs libcxxabi and libcxxabi says it needs libcxx).

libcxxabi's dependence on libcxx is only on libcxx's headers (i.e. there 
are no symbols from libcxx used in libcxxabi).  The build system takes 
care of this for you.


Jon

>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the cfe-dev mailing list