Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the SymbolReference in the Inliner Before Accessing It #20221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luke-li-2003
Copy link
Contributor

Using hasSymbolReference() to check for the existence of a symref before calling getSymbolReference() to avoid the assertion in getSymbolReference() (self()->hasSymbolReference()) being triggered.

Using `hasSymbolReference()` to check for the existence of
a symref before calling `getSymbolReference()` to avoid the
assertion in `getSymbolReference()` (`self()->hasSymbolReference()`)
being triggered.

Signed-off-by: Luke Li <luke.li@ibm.com>
@luke-li-2003
Copy link
Contributor Author

@hzongaro Can you review this for me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant