Skip to content

Move ABI debug helpers into a testcase #2665

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

Closed
graydon opened this issue Jun 21, 2012 · 4 comments
Closed

Move ABI debug helpers into a testcase #2665

graydon opened this issue Jun 21, 2012 · 4 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@graydon
Copy link
Contributor

graydon commented Jun 21, 2012

These are in rust_builtin.cpp presently, should move when it's possible.

@metajack
Copy link
Contributor

This is still an issue.

Renominating, as this doesn't really seem a backwards compatibility thing. It seems like just a bug.

@graydon
Copy link
Contributor Author

graydon commented Jun 20, 2013

just a bug, removing milestone/nomination.

@emberian
Copy link
Member

emberian commented Aug 5, 2013

Still relevant

@sanxiyn
Copy link
Member

sanxiyn commented Oct 30, 2013

Note that helpers are now in rust_test_helpers.cpp.

bors added a commit that referenced this issue Jun 6, 2014
There's no need to distribute these ABI helpers for tests with the standard rust
distribution they're only needed for our tests.

Closes #2665
mcpherrinm pushed a commit to mcpherrinm/rust that referenced this issue Jun 10, 2014
There's no need to distribute these ABI helpers for tests with the standard rust
distribution they're only needed for our tests.

Closes rust-lang#2665
RalfJung pushed a commit to RalfJung/rust that referenced this issue Nov 15, 2022
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants