<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/thinlto/msvc-imp-present.rs, branch 1.31.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.31.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.31.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-09-26T11:10:54+00:00</updated>
<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>bump minimum LLVM version to 5.0</title>
<updated>2018-07-09T09:35:52+00:00</updated>
<author>
<name>gnzlbg</name>
<email>gonzalobg88@gmail.com</email>
</author>
<published>2018-06-29T08:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ff90c7e0aa60cfab0d4fd5e52fcc63a7afd81c3'/>
<id>urn:sha1:4ff90c7e0aa60cfab0d4fd5e52fcc63a7afd81c3</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>
</feed>
