]> git.lizzy.rs Git - rust.git/commit
Auto merge of #38295 - dylanmckay:llvm-4.0-di-globalvar, r=michaelwoerister
authorbors <bors@rust-lang.org>
Wed, 14 Dec 2016 17:36:01 +0000 (17:36 +0000)
committerbors <bors@rust-lang.org>
Wed, 14 Dec 2016 17:36:01 +0000 (17:36 +0000)
commitb197e4a45f31849c29bf6de260531a8f85ba1bf5
tree446509f7297930df003eaab666ef43c731c7cc67
parent4cda3b6a653bcbdc820d135a9e80c4bcba1dbc04
parente080804f72fe937ed36cd6656f5f119959529945
Auto merge of #38295 - dylanmckay:llvm-4.0-di-globalvar, r=michaelwoerister

[LLVM 4.0] Update LLVM global variable debug info API for 4.0

This teaches Rust about an LLVM 4.0 API change for creating debug info
for global variables.

This change was made in upstream LLVM patch https://reviews.llvm.org/D20147

This is almost a 1:1 copy of how clang did it in http://reviews.llvm.org/D20415