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

Change dwarf to avoid nesting CUs #147

Closed
graydon opened this issue Aug 12, 2010 · 1 comment
Closed

Change dwarf to avoid nesting CUs #147

graydon opened this issue Aug 12, 2010 · 1 comment

Comments

@graydon
Copy link
Contributor

graydon commented Aug 12, 2010

The source file CUs should not be nested in the crate CU. They should be separate: first the crate-file CU, then the source-file CUs, in sequence. This will probably not break much, possibly the crate reader will need to change a bit in the runtime.

Apparently the nesting is not something other dwarf-speakers expect.

@graydon
Copy link
Contributor Author

graydon commented Jan 27, 2011

(a) fixed ages ago, (b) obsolete since we're dropping DWARF of this sort

oli-obk pushed a commit to oli-obk/rust that referenced this issue Jul 19, 2017
rustup to rustc 1.17.0-nightly (60a0edc 2017-02-26)
bors pushed a commit to rust-lang-ci/rust that referenced this issue Oct 1, 2021
* Add fmt and clippy to CI
* Add rust components
* Fix formatting
bjorn3 pushed a commit to bjorn3/rust that referenced this issue Mar 27, 2022
This issue was closed.
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

1 participant