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

More machinery for the new expr_call_self AST node #303

Closed
wants to merge 3 commits into from

Conversation

lkuper
Copy link
Contributor

@lkuper lkuper commented Mar 31, 2011

Am I forgetting anything?

@graydon
Copy link
Contributor

graydon commented Apr 1, 2011

Integrated (with last commit squashed into previous).

@graydon graydon closed this Apr 1, 2011
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Oct 26, 2020
This only fixes it when using object::write as backend, and not when using faerie.

There were two problems:

* object::write doesn't replace .debug_info with __debug_info, unlike faerie
* machO requires section relative relocations, and not symbol relative
  relocations. When using symbol relative relocations, the linker
  interprets the relocations as section relative. Thus writing the wrong
  values to the debug sections.

Fixes rust-lang#303
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this pull request Mar 7, 2023
antoyo added a commit to antoyo/rust that referenced this pull request Oct 9, 2023
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.

2 participants