Uh oh!
There was an error while loading. Please reload this page.
Change DIBuilderCreateEnumerator signature to match LLVM 9 - #69734
Conversation
tmiasko
commented
Mar 5, 2020
- Change DIBuilderCreateEnumerator signature to match LLVM 9 C API.
- Use provided is unsigned flag when emitting enumerators.
No functional changes intended.
rust-highfive
commented
Mar 5, 2020
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ecstatic-morse (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
ecstatic-morse
left a comment
There was a problem hiding this comment.
Some questions about ownership need to be resolved before this is merged. Also left a nit about using as casts for discriminants.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ecstatic-morse
commented
Mar 5, 2020
tmiasko
commented
Mar 5, 2020
Oh sorry, I didn't made it clear in PR description. The PR prepares for migration Thus the code continues to use own wrapper |
ecstatic-morse
commented
Mar 5, 2020
Ah, I see now. r? @ecstatic-morse |
bors
commented
Mar 5, 2020
📌 Commit 30650f8 has been approved by |
ecstatic-morse
commented
Mar 5, 2020
Note to self: |
Rollup of 7 pull requests Successful merges: - #69120 (Don't give invalid suggestion on desugared span.) - #69326 (mir-interpret: add method to read wide strings from Memory) - #69608 (Expose target libdir information via print command) - #69734 (Change DIBuilderCreateEnumerator signature to match LLVM 9) - #69800 (Compile address sanitizer test with debuginfo) - #69807 (Cleanup E0391 explanation) - #69820 (clean up E0392 explanation) Failed merges: r? @ghost