Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument check_dynamic_symbols.py's purpose and how to deal with errors #23297
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's dumping symbols in the final shared library that are dynamic, but it's not clear why we care about those and what to do if new ones are reported (besides add them to the list of allowed symbols).