<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/debuginfo/enum-thinlto.rs, branch 1.42.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.42.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.42.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-04-23T10:42:14+00:00</updated>
<entry>
<title>Remove unnecessary ignore-tidy-linelength</title>
<updated>2019-04-23T10:42:14+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-04-22T15:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62838975d005b01c110a355a6e60cdedc08ecd48'/>
<id>urn:sha1:62838975d005b01c110a355a6e60cdedc08ecd48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give variant parts their own unique id</title>
<updated>2019-03-27T05:22:37+00:00</updated>
<author>
<name>Philip Craig</name>
<email>philipjcraig@gmail.com</email>
</author>
<published>2019-03-27T05:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a5a8a529a14271f5d8c21bec8746edfa93eec5f'/>
<id>urn:sha1:3a5a8a529a14271f5d8c21bec8746edfa93eec5f</id>
<content type='text'>
and bump llvm version in test
</content>
</entry>
<entry>
<title>Fix invalid DWARF for enums when using thinlto</title>
<updated>2019-03-23T07:13:58+00:00</updated>
<author>
<name>Philip Craig</name>
<email>philipjcraig@gmail.com</email>
</author>
<published>2019-03-23T07:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8de4c3b1f0ab51fe3ea0a494cf9727ee3e0bf1d'/>
<id>urn:sha1:e8de4c3b1f0ab51fe3ea0a494cf9727ee3e0bf1d</id>
<content type='text'>
We were setting the same identifier for both the DW_TAG_structure_type
and the DW_TAG_variant_part. This becomes a problem when using thinlto
becauses it uses the identifier as a key for a map of types that is used
to delete duplicates based on the ODR, so one of them is deleted as a
duplicate, resulting in invalid DWARF.

The DW_TAG_variant_part isn't a standalone type, so it doesn't need
an identifier. Fix by omitting its identifier.
</content>
</entry>
</feed>
