<div dir="ltr"><div>If you're willing to install libc++ you can easily work around this by running `ninja install-cxx install-cxxabi` before running any of the LLVM or Clang build targets.</div><div><br></div><div>/Eric</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 27, 2016 at 7:45 AM, Carsten Mattner via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Dec 27, 2016 at 3:38 PM, Asiri Rathnayake<br>
<<a href="mailto:asiri.rathnayake@gmail.com">asiri.rathnayake@gmail.com</a>> wrote:<br>
><br>
><br>
> On Tue, Dec 27, 2016 at 1:29 PM, Carsten Mattner via llvm-dev<br>
> <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
>><br>
>> When I tried to build with -DLLVM_ENABLE_LIBCXX, I found out that<br>
>> it doesn't try to use the in-tree libcxx but looks for one built<br>
>> and installed in the system.<br>
><br>
><br>
> IIRC, -DLLVM_ENABLE_LIBCXX reduces to passing --stdlib=libc++ (see<br>
> [1]) to the compiler.<br>
><br>
> What you can do is a two-stage build. On the first stage, build just<br>
> libc++ (ninja cxx cxxabi). On the second stage, re-configure with<br>
> -DLLVM_ENABLE_LIBCXX and build the rest of the tools. We have a<br>
> downstream builder that works this way to avoid a libstdc++ defect<br>
> on the host platform. I can't remember the exact details, can dig<br>
> them up if it helps.<br>
<br>
</span>Yes please, that would be helpful as an interim workaround.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</div></div></blockquote></div><br></div>