search for: dllvm_use_libcxx

Displaying 2 results from an estimated 2 matches for "dllvm_use_libcxx".

2016 Dec 29
0
Bootstrapping with in-tree libcxx
...n't remember the exact details, can dig > > them up if it helps. > > Yes please, that would be helpful as an interim workaround. > Hmm, I have mis-remembered. We do have a two-stage build, but probably not what you want; stage-1 builds clang + libcxx using the host compiler (no -DLLVM_USE_LIBCXX is passed). Then the stage-2 build uses the compiler built on stage-1, along with the extra -DLLVM_USE_LIBCXX option. I'll dig around a bit further, I thought this worked out of the box tbh. / Asiri -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lis...
2016 Dec 27
4
Bootstrapping with in-tree libcxx
On Tue, Dec 27, 2016 at 3:38 PM, Asiri Rathnayake <asiri.rathnayake at gmail.com> wrote: > > > On Tue, Dec 27, 2016 at 1:29 PM, Carsten Mattner via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> When I tried to build with -DLLVM_ENABLE_LIBCXX, I found out that >> it doesn't try to use the in-tree libcxx but looks for one built >> and