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

NativeAOT: IlcRPath gets incorrectly quoted #18531

Closed
filipnavara opened this issue Jul 2, 2023 · 2 comments
Closed

NativeAOT: IlcRPath gets incorrectly quoted #18531

filipnavara opened this issue Jul 2, 2023 · 2 comments
Labels
bug If an issue is a bug or a pull request a bug fix
Milestone

Comments

@filipnavara
Copy link
Contributor

The final executable gets LC_RPATH set to '@executable_path' because LinkerArg from NativeAOT is -Wl,-rpath,'$(IlcRPath)' and the de-quoting logic doesn't seem to handle it well.

@rolfbjarne
Copy link
Member

This would be fixed with the fix for #18819.

@rolfbjarne
Copy link
Member

Fixed in 88b0092.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug If an issue is a bug or a pull request a bug fix
Projects
None yet
Development

No branches or pull requests

3 participants