]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #42100 - michaelwoerister:fix-osx-multi-cgu-debuginfo, r=jdm
authorMark Simulacrum <mark.simulacrum@gmail.com>
Fri, 19 May 2017 20:16:26 +0000 (14:16 -0600)
committerGitHub <noreply@github.com>
Fri, 19 May 2017 20:16:26 +0000 (14:16 -0600)
commit040cd6d15dcc8c1f66726293d52df93abd2e4b76
tree58817f4ea75abe5821f5df9fc2b039be1bf9de84
parent5ded76ca214a9786582e5dd0cb81408006daeef3
parentb5acbd3f0360b221e9885be4c99957272b0ede82
Rollup merge of #42100 - michaelwoerister:fix-osx-multi-cgu-debuginfo, r=jdm

debuginfo: Generate unique DW_AT_names for compilation units to work around OSX linker bug

This should fix issue #39160 and does not seem to cause any problems.

cc @tromey, @Manishearth

r? @jdm