You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ELF][CHERI] Delete various unnecessary error messages and asserts
Some of these error messages should really have been asserts. Many of
these are now so clearly impossible due to the surrounding code that
they serve no point, and in general this is way more paranoid than LLD
typically is, in ways that make it harder to actually follow the code.
Delete this clutter.
0 commit comments