[llvm] [llvm] annotate interfaces in llvm/Support for DLL export (PR #136014)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 00:49:49 PDT 2025
nikic wrote:
> I've reworked the stack of commits after updating IDS to automatically handle the vtable export case. You will see that the set of manual fixups is significantly smaller. Please let me know if this seems more reasonable to you now.
Thanks, this looks much better. My remaining question wrt ids would be whether it would be feasible to also detect the "out of line private method called from header" case? That seems like a case that is annoying to detect by hand.
https://github.com/llvm/llvm-project/pull/136014
More information about the llvm-commits
mailing list