phosek added a comment.

This came up in Fuchsia. Clang driver, add `-lc++` as a dependency. This is 
sufficient for shared libc++, but for static user has to manually pass 
`-lc++abi -lunwind`, so for static libc++ we would actually like to combine 
both libc++abi and libunwind into a single archive.


Repository:
  rCXX libc++

https://reviews.llvm.org/D49502



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to