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

IlcGenerateMstatFile doesn't work on MachO architectures (macOS, iOS) #85814

Closed
filipnavara opened this issue May 5, 2023 · 3 comments
Closed

Comments

@filipnavara
Copy link
Member

Error reported from LLVM ObjWriter: EXEC : LLVM error : unable to evaluate offset to undefined symbol ''

@ghost ghost added the untriaged New issue has not been triaged by the area owner label May 5, 2023
@ghost
Copy link

ghost commented May 5, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

Error reported from LLVM ObjWriter: EXEC : LLVM error : unable to evaluate offset to undefined symbol ''

Author: filipnavara
Assignees: -
Labels:

os-mac-os-x, area-NativeAOT-coreclr

Milestone: -

@filipnavara
Copy link
Member Author

I tried to reproduce it with latest Debug build to get a stack trace but the error didn't happen. It did happen with the ILCompiler from 8.0.0-preview.4.23225.9 NuGet package on the same inputs (same .rsp file).

@MichalStrehovsky
Copy link
Member

This was fixed in #85626.

The objwriter messages are red herring. We tell object writer to wrap things up in a finally but it doesn't make sense to wrap up if there was an exception.

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label May 5, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants