[PATCH] D37133: [libc++] Handle object files named *.obj in merge_archives.py

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 13:16:23 PDT 2017


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





More information about the cfe-commits mailing list