about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-01-27 10:01:45 +0000
committerbors <bors@rust-lang.org>2017-01-27 10:01:45 +0000
commit8367fb7ba6abae89ab7e17c1b3987ee321f5bb71 (patch)
tree21b4f4f8b07ec2058229ef9dbbb316a7155fd1b8 /src/rustllvm/RustWrapper.cpp
parentfece9c735678d152da721711f6f4aba1f0b8ab15 (diff)
parent3d6f263b2a162974725cdcb914ba9ad9c2dbef84 (diff)
downloadrust-8367fb7ba6abae89ab7e17c1b3987ee321f5bb71.tar.gz
rust-8367fb7ba6abae89ab7e17c1b3987ee321f5bb71.zip
Auto merge of #39252 - alexcrichton:less-exports, r=nrc
Hide a few more standard library symbols

These commits touch up some of the symbol visibility rules for some crates related to the standard library, notably:

* Symbols that are `pub extern` and `#[no_mangle]` which are internal-to-rust ABI things are no longer at the `C` export level, but the `Rust` export level. This includes allocators, panic runtimes, and compiler builtins.
* The libbacktrace library is now compiled with `-fvisibility=hidden` to ensure that we don't export those symbols.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions