about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-10-01 16:13:04 +0800
committerGitHub <noreply@github.com>2018-10-01 16:13:04 +0800
commit7014afcfa1d46c6a888f4d09591650c4af7986fd (patch)
treee7d4c645614ae48bcf56a8773c6fd54b2cd0b814 /src/rustllvm/RustWrapper.cpp
parent23a993c8c9da91058042499d3836e3f8481395eb (diff)
parentb3157601b1dbb231b9725b17580f89475dde9b88 (diff)
downloadrust-7014afcfa1d46c6a888f4d09591650c4af7986fd.tar.gz
rust-7014afcfa1d46c6a888f4d09591650c4af7986fd.zip
Rollup merge of #54681 - alexcrichton:san-names, r=kennytm
Rename sanitizer runtime libraries on OSX

Currently we ship sanitizer libraries as they're built, but these names
unfortunately conflict with the names of the sanitizer libraries
installed on the system. If a crate, for example, links in C code that
wants to use the system sanitizer and the Rust code doesn't use
sanitizers at all, then using `cargo` may accidentally pull in the
Rust-installed sanitizer library due to a conflict in names.

This change is intended to be entirely transparent for Rust users of
sanitizers, it should only hopefully improve our story with other users!

Closes #54134
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions