<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/thinlto/auxiliary, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-07-27T15:56:16+00:00</updated>
<entry>
<title>tests: Move run-pass tests without naming conflicts to ui</title>
<updated>2019-07-27T15:56:16+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-26T22:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9be35f82c1abf2ecbab489bca9eca138ea648312'/>
<id>urn:sha1:9be35f82c1abf2ecbab489bca9eca138ea648312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.</title>
<updated>2018-09-26T11:10:54+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2018-09-24T13:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2080474c75b833d2d666291839d8893cc0999de2'/>
<id>urn:sha1:2080474c75b833d2d666291839d8893cc0999de2</id>
<content type='text'>
Fix #54047
</content>
</entry>
<entry>
<title>Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pass/`.</title>
<updated>2018-09-06T12:36:26+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2018-09-06T12:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76ceeddb2b6fd4589cf8292d8dafa65a91ace019'/>
<id>urn:sha1:76ceeddb2b6fd4589cf8292d8dafa65a91ace019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Add `_imp_` symbols later in compilation</title>
<updated>2017-10-18T14:01:29+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-10-17T20:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3541ffb668c3b908aa5e3b6ba8a890d56a8360a7'/>
<id>urn:sha1:3541ffb668c3b908aa5e3b6ba8a890d56a8360a7</id>
<content type='text'>
On MSVC targets rustc will add symbols prefixed with `_imp_` to LLVM modules to
"emulate" dllexported statics as that workaround is still in place after #27438
hasn't been solved otherwise. These statics, however, were getting gc'd by
ThinLTO accidentally which later would cause linking failures.

This commit updates the location we add such symbols to happen just before
codegen to ensure that (a) they're not eliminated by the optimizer and (b) the
optimizer doesn't even worry about them.

Closes #45347
</content>
</entry>
<entry>
<title>rustc: Fix some ThinLTO internalization</title>
<updated>2017-10-15T15:41:26+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-10-11T18:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2e1c4cd0f51c28b8cfc003fda67f6641bb4335f2'/>
<id>urn:sha1:2e1c4cd0f51c28b8cfc003fda67f6641bb4335f2</id>
<content type='text'>
First the `addPreservedGUID` function forgot to take care of "alias" summaries.
I'm not 100% sure what this is but the current code now matches upstream. Next
the `computeDeadSymbols` return value wasn't actually being used, but it needed
to be used! Together these should...

Closes #45195
</content>
</entry>
</feed>
