[PATCH] D31270: [wip] IR: Move linker options to top-level global metadata and remove dllexport storage class.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 13:04:16 PDT 2017


pcc added a comment.

It occurred to me that this bug would also affect ThinLTO distributed builds if they work in the same way as they do with gold. The scenario is pretty much the same: distributed backend processes perform LTO and create native object files that are fed into a separate linker process that performs the final link.


https://reviews.llvm.org/D31270





More information about the llvm-commits mailing list