about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2018-08-14 21:08:42 -0700
committerPietro Albini <pietro@pietroalbini.org>2018-09-01 10:25:04 +0200
commit98bedcbfd0e1419df749e859937d994ccaa72c91 (patch)
treec2169d4627bc66ffa6d8a41a9ff03f6b26beeb61 /src/rustllvm/RustWrapper.cpp
parent3a35445847d3fe68ba0aae0a642d0cd46af7f830 (diff)
downloadrust-98bedcbfd0e1419df749e859937d994ccaa72c91.tar.gz
rust-98bedcbfd0e1419df749e859937d994ccaa72c91.zip
std: Use target_pointer_width for BACKTRACE_ELF_SIZE
The former code used `target.contains("64")` to detect Elf64 targets,
but this is inaccurate in a few cases:

- `s390x-unknown-linux-gnu` is 64-bit
- `sparcv9-sun-solaris` is 64-bit
- `x86_64-unknown-linux-gnux32` is 32-bit

Instead the `std` build script can use `CARGO_CFG_TARGET_POINTER_WIDTH`
to reliably detect 64-bit targets for libbacktrace.

Also update to backtrace-sys 0.1.24 for alexcrichton/backtrace-rs#122.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions