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

trans: Inform LLVM we want CodeView on MSVC #31319

Merged
merged 1 commit into from Feb 3, 2016

Conversation

alexcrichton
Copy link
Member

This mirrors the behavior of clang-cl.exe by adding a CodeView global
variable when emitting debug information. This should in turn help stack traces
that are generated when code is compiled with debuginfo enabled.

Closes #28133

This mirrors the behavior of `clang-cl.exe` by adding a `CodeView` global
variable when emitting debug information. This should in turn help stack traces
that are generated when code is compiled with debuginfo enabled.

Closes rust-lang#28133
@rust-highfive
Copy link
Collaborator

r? @arielb1

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

@alexcrichton
Copy link
Member Author

cc @michaelwoerister

@michaelwoerister
Copy link
Member

@bors: r+
Thanks, Alex!

@bors
Copy link
Contributor

bors commented Feb 1, 2016

📌 Commit 8b7d0c0 has been approved by michaelwoerister

@bors
Copy link
Contributor

bors commented Feb 3, 2016

⌛ Testing commit 8b7d0c0 with merge 50df6b9...

bors added a commit that referenced this pull request Feb 3, 2016
This mirrors the behavior of `clang-cl.exe` by adding a `CodeView` global
variable when emitting debug information. This should in turn help stack traces
that are generated when code is compiled with debuginfo enabled.

Closes #28133
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.

None yet

5 participants