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

add debug info to rustc #237

Closed
graydon opened this issue Feb 23, 2011 · 2 comments
Closed

add debug info to rustc #237

graydon opened this issue Feb 23, 2011 · 2 comments

Comments

@graydon
Copy link
Contributor

graydon commented Feb 23, 2011

rustc generates code with only the barest symbol tables to guide debuggers. llvm is happy to generate dwarf if we tell it what to say in high-level terms. implement this.

@ghost ghost assigned espindola Jun 21, 2011
@ghost ghost assigned jdm Dec 19, 2011
@kud1ing
Copy link

kud1ing commented Dec 20, 2011

Isn't this fixed by pull request #1331?

@jdm
Copy link
Contributor

jdm commented Dec 20, 2011

Let's create more specific followup issues.

@jdm jdm closed this as completed Dec 20, 2011
@graydon graydon unassigned jdm Jun 16, 2014
arielb1 pushed a commit to arielb1/rust that referenced this issue Apr 10, 2015
oli-obk added a commit to oli-obk/rust that referenced this issue Jul 19, 2017
Update for allcator API, simplify reallocate
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
…l, r=alexcrichton

Use now available link name "signal" instead of "bsd_signal"

On android, the `bsd_signal` is gone, the `signal` is available.

While this is the most obvious solution, I am not sure of a few things:
- How are we going to keep compatibility with older NDKs where `signal` does not exist;
- Was something dependent on this being different on android and thus would break (for example, the rust compiler uses this function, so it may break somewhere).

Fixes rust-lang#236.
kazcw pushed a commit to kazcw/rust that referenced this issue Oct 23, 2018
* [ci] add powerpc/powerpc64 build bots

* unbreak stdsimd builds for targets without run-time
dlrobertson pushed a commit to dlrobertson/rust that referenced this issue Nov 29, 2018
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* Fixing internal nondeterminacy

* Fixing internal nondeterminacy

* Fix load minCut
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

No branches or pull requests

4 participants