<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/thinlto, branch 1.24.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.24.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.24.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-12-07T14:53:49+00:00</updated>
<entry>
<title>rustc: Further tweak linkage in ThinLTO</title>
<updated>2017-12-07T14:53:49+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-12-07T01:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17fb43bdc61481ff754fe53e8e8fa589fb8789ee'/>
<id>urn:sha1:17fb43bdc61481ff754fe53e8e8fa589fb8789ee</id>
<content type='text'>
In #46382 the logic around linkage preservation with ThinLTO ws tweaked but the
loop that registered all otherwise exported GUID values as "don't internalize
me please" was erroneously too conservative and only asking "external" linkage
items to not be internalized. Instead we actually want the inversion of that
condition, everything *without* "local" linkage to be internalized.

This commit updates the condition there, adds a test, and...

Closes #46543
</content>
</entry>
<entry>
<title>Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoerister</title>
<updated>2017-10-20T23:08:17+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-10-20T23:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6511b4f7ee19fbc2e0dd98fa65f23fa11fece722'/>
<id>urn:sha1:6511b4f7ee19fbc2e0dd98fa65f23fa11fece722</id>
<content type='text'>
rustc: Add `_imp_` symbols later in compilation

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: 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>test: Update Emscripten failures/passing</title>
<updated>2017-10-18T01:46:38+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-10-18T01:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d9ecdfe3a7a579b9ec89355168f13760c670d4d4'/>
<id>urn:sha1:d9ecdfe3a7a579b9ec89355168f13760c670d4d4</id>
<content type='text'>
All tests should now have annotation for *why* they're ignored on emscripten. A
few tests no longer need such an annotation as well!

Closes #41299
</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>
