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

Fix build issue on macOS (aarch64, gcc) and use debugtrap wherever possible #25

Commits on Jan 4, 2022

  1. Define macro for debugtrap

    Also fix typos in macro names.
    jwakely authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    0be7dab View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Use __builtin_debugtrap wherever available

    This also fixes a build issue on macOS (Apple silicon) when a real
    GCC compiler is used:
    > warning: implicit declaration of function '__builtin_debugtrap';
    
    Signed-off-by: Jonathan Wakely <[email protected]>
    Signed-off-by: László Várady <[email protected]>
    MrAnno committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    83bf7e9 View commit details
    Browse the repository at this point in the history