]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #68410 - tmiasko:msan-lto, r=varkor
authorTyler Mandry <tmandry@gmail.com>
Thu, 23 Jan 2020 00:02:16 +0000 (16:02 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 00:02:16 +0000 (16:02 -0800)
commit97ac2591480cd66e8b40b34420dd275235a80bd4
tree48585a6098177e87706ee31334a729727b38a001
parentf9b0561031b5ddeca0985c1551c4076243efced1
parentd8c661a88644ad710e309d3a8f0f27c5f74d705f
Rollup merge of #68410 - tmiasko:msan-lto, r=varkor

Export weak symbols used by MemorySanitizer

Export weak symbols defined by MemorySanitizer instrumentation, which are used
to implement `-Zsanitizer-memory-track-origins` and `-Zsanitizer-recover=memory`.
Previously, when using fat LTO, they would internalized and eliminated.

Fixes #68367.