[PATCH] D13739: [libcxx] Make libc++.so a linker script by default on most platforms.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 14 14:25:03 PDT 2015
EricWF added a comment.
@cbergstrom After installing libcxxrt I ran the libc++ configuration with `-DLIBCXX_CXX_ABI=libcxxrt` and everything worked perfectly. It generated libc++.so as `INPUT(libc++.so.1 -lcxxrt)` and after running it against the test suite everything works great.
http://reviews.llvm.org/D13739
More information about the cfe-commits
mailing list