Skip to content

Conversation

@michaelwoerister
Copy link
Member

Two minor improvements that have been on my TODO list for a while:

  • Clang uses a size of -1 for arrays of unknown size and we should do that too as it will tell LLVM to omit the size information in debuginfo.
  • There was no LLDB test case for handling the optimized enum representation introduced by @luqmana. This PR finally adds one.

@rust-highfive
Copy link
Contributor

r? @eddyb

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

Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be a match?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, that would be a better fit here indeed.

@michaelwoerister
Copy link
Member Author

@eddyb Fixed that nit.

@eddyb
Copy link
Member

eddyb commented Jan 24, 2015

@bors r+ 75ad116

@bors
Copy link
Collaborator

bors commented Jan 25, 2015

⌛ Testing commit 75ad116 with merge 1435d60...

@bors
Copy link
Collaborator

bors commented Jan 25, 2015

💔 Test failed - auto-mac-64-opt

@alexcrichton
Copy link
Member

@bors: retry

bors added a commit that referenced this pull request Jan 25, 2015
Two minor improvements that have been on my TODO list for a while:
* Clang uses a size of `-1` for arrays of unknown size and we should do that too as it will tell LLVM to omit the size information in debuginfo.
* There was no LLDB test case for handling the optimized enum representation introduced by @luqmana. This PR finally adds one.
@bors
Copy link
Collaborator

bors commented Jan 25, 2015

⌛ Testing commit 75ad116 with merge c80e556...

@bors
Copy link
Collaborator

bors commented Jan 25, 2015

@bors bors merged commit 75ad116 into rust-lang:master Jan 25, 2015
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