We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
faerie/src/mach.rs
Line 593 in 5d4bba4
Cranelift puts jump tables right next to the code, so the __text section will contain non instruction data when using jump tables.
__text
The text was updated successfully, but these errors were encountered:
Quoting @philipc
From a brief look, lld always outputs S_ATTR_PURE_INSTRUCTIONS for __TEXT,__text, regardless of what the input object files specified.
Sorry, something went wrong.
No branches or pull requests
faerie/src/mach.rs
Line 593 in 5d4bba4
Cranelift puts jump tables right next to the code, so the
__text
section will contain non instruction data when using jump tables.The text was updated successfully, but these errors were encountered: