Skip to content

Pure virtual functions generate bogus link_name. #1197

@jpathy

Description

@jpathy

Hello,
I am using bindgen to generate code from C++ headers and if i disable name mangling the resulting link_name for functions just become function_name, but the library symbols are of form someprefix_classname_function_name. I am assuming it's a bit of namespace issue. Is there any way to achieve this?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions