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

[LLVM 4.0] Move debuginfo alignment argument #38317

Merged
merged 1 commit into from
Dec 13, 2016

Conversation

shepmaster
Copy link
Member

Alignment was removed from createBasicType and moved to

  • createGlobalVariable
  • createAutoVariable
  • createStaticMemberType (unused in Rust)
  • createTempGlobalVariableFwdDecl (unused in Rust)

llvm-mirror/llvm@e69c459

Alignment was removed from createBasicType and moved to

- createGlobalVariable
- createAutoVariable
- createStaticMemberType (unused in Rust)
- createTempGlobalVariableFwdDecl (unused in Rust)

llvm-mirror/llvm@e69c459
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

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

@shepmaster
Copy link
Member Author

shepmaster commented Dec 12, 2016

Since Eddy helped us write the new alignment bits in the first place...

r? @eddyb

/cc @rkruppe @dylanmckay @michaelwoerister @alexcrichton

@eddyb
Copy link
Member

eddyb commented Dec 12, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Dec 12, 2016

📌 Commit 5bce12c has been approved by eddyb

@bors
Copy link
Contributor

bors commented Dec 13, 2016

⌛ Testing commit 5bce12c with merge 7f78b42...

bors added a commit that referenced this pull request Dec 13, 2016
[LLVM 4.0] Move debuginfo alignment argument

Alignment was removed from createBasicType and moved to

- createGlobalVariable
- createAutoVariable
- createStaticMemberType (unused in Rust)
- createTempGlobalVariableFwdDecl (unused in Rust)

llvm-mirror/llvm@e69c459
@bors bors merged commit 5bce12c into rust-lang:master Dec 13, 2016
@shepmaster shepmaster deleted the llvm-4.0-debuginfo-alignment branch December 13, 2016 18:46
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.

5 participants