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

[llvm-ifs] Treat unknown symbol types as error. #75872

Merged
merged 3 commits into from Jan 12, 2024

Commits on Dec 18, 2023

  1. [llvm-ifs] Treat unknown symbol types as error.

    Before this patch, when an unknown symbol type is used in IFS stub, it
    will be treated as a NO_TYPE and parsed without error. This patch makes
    llvm-ifs throw an error when this scenario happens.
    zeroomega committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3374f89 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    8212180 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    868c98d View commit details
    Browse the repository at this point in the history