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

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 13:11:04 PDT 2017


compnerd added a comment.

`$<TARGET_OBJECTS:${LIBCXX_ABI_LIBRARY}>` should give you the `.o` or `.obj` files used to construct the library.


https://reviews.llvm.org/D37133





More information about the cfe-commits mailing list