Skip to content

debuginfo: Solve several problems when compiling Rust with -g #21970

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

Merged
merged 3 commits into from
Feb 8, 2015

Conversation

michaelwoerister
Copy link
Member

Resolves some issues caused by the recent LLVM update (which itself solved some issues).

Closes #19848
Closes #20798

@rust-highfive
Copy link
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented Feb 6, 2015

r=me

@michaelwoerister michaelwoerister force-pushed the lang-item-call-debug-locs branch from 560f461 to 93edb7c Compare February 6, 2015 20:26
@michaelwoerister
Copy link
Member Author

rebased

@sanxiyn
Copy link
Member

sanxiyn commented Feb 8, 2015

@bors r=brson 93edb7c

@bors
Copy link
Collaborator

bors commented Feb 8, 2015

⌛ Testing commit 93edb7c with merge d4a66e9...

bors added a commit that referenced this pull request Feb 8, 2015
…brson

Resolves some issues caused by the recent LLVM update (which itself solved some issues).

Closes #19848
Closes #20798
@bors bors merged commit 93edb7c into rust-lang:master Feb 8, 2015

fn debug_loc(&self) -> DebugLoc {
match *self {
ConstantValue(_,debug_loc) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, missed a space after comma here.

This is why we need a rustfmt. :)

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.

Error building rust with -g Building rustc with -g hits LLVM assert
7 participants