[llvm] [AIX]export function descriptor symbols related to template functions. (PR #101920)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 18:01:49 PDT 2024


chenzheng1030 wrote:

> This does not seem right to me: I think the intent is _not_ to ignore the template-related behaviour for AIX function descriptors, but to base the determination on whether they are referenced on whether the function descriptor _or_ the entry point is referenced.

Thanks. Agreed. There should still be cases where the function descriptors for template functions should not be exported. Will update the patch.

https://github.com/llvm/llvm-project/pull/101920


More information about the llvm-commits mailing list