[PATCH] D39302: Don't internalize dllexport functions.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 12:19:26 PDT 2017


pcc added a comment.

It looks like this will only work for full LTO, and not ThinLTO.

How does your linker decide which symbols are exported from regular object files? Should there instead be a mechanism to get that information from the `lto::InputFile`?


https://reviews.llvm.org/D39302





More information about the llvm-commits mailing list