Skip to content

clean up exception use in backend #30

Closed

Description

Some of the backend modules (asm, x86, ra, pe) use 'raise' or 'failwith' in a
way that escapes to the top level. This is undesirable; we have more structured
error handling in the middle-end, and can probably classify / manage such
errors a bit better. Though of course, nothing's ever "really" supposed to go
wrong in the backend...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions