mstorsjo added a comment.
In https://reviews.llvm.org/D37133#860563, @compnerd wrote:
> `$<TARGET_OBJECTS:${LIBCXX_ABI_LIBRARY}>` should give you the `.o` or `.obj`
> files used to construct the library.
I guess that would only work if they're built all as part of the same CMake
invocation? In the setup where I'm trying this (for bootstrapping a MinGW
environment), they're built standalone, with the libcxx cmake invocation
pointing to the built libcxxabi static library.
https://reviews.llvm.org/D37133
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits