rust/src/librustc_codegen_ssa
Tyler Mandry 97ac259148
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.
2020-01-22 16:02:16 -08:00
..
back Rollup merge of #68410 - tmiasko:msan-lto, r=varkor 2020-01-22 16:02:16 -08:00
debuginfo Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
mir remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
traits Precompile CGUs while the main thread has the implicit job server token 2020-01-09 22:37:05 +01:00
base.rs Rollup merge of #67889 - Zoxc:parallel-cgus, r=michaelwoerister 2020-01-11 12:36:06 +01:00
Cargo.toml remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
common.rs remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
glue.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Add -Z no-link flag 2020-01-23 11:00:36 +11:00
meth.rs Format the world 2019-12-22 17:42:47 -05:00
mono_item.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00

Please read the rustc-guide chapter on Backend Agnostic Codegen.