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

[CHERI] Consistently treat anything that's not a compartment call as a libcall for linking. #89

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

Conversation

resistor
Copy link
Collaborator

This fixes an issue where taking the address of a local function would cause a linker
error, because we were sometimes treating it as a compartment export and sometimes as
a libcall. With this change, we now consistently treat it as a libcall with forced-local
visibility.

Fixes #57

…a libcall for linking.

This fixes an issue where taking the address of a local function would cause a linker
error, because we were sometimes treating it as a compartment export and sometimes as
a libcall. With this change, we now consistently treat it as a libcall with forced-local
visibility.
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.

Can't take address of interrupts enabled / disabled function
1 participant