[PATCH] D19856: Create new library 'libc++experimental.a' for packaging TS symbols.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Tue May 3 14:27:51 PDT 2016
EricWF added a comment.
In http://reviews.llvm.org/D19856#420366, @mclow.lists wrote:
> Q: Should the .a file get installed into /lib when you do a make install?
>
> That will make it easier to link against.
For now the install rule is off by default. `-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=ON` will install it alongside `libc++.so`.
We can turn it `ON` by default once the library actually contains some code.
http://reviews.llvm.org/D19856
More information about the cfe-commits
mailing list