about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-23 15:07:33 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-23 15:07:33 -0700
commite98d4d9589974c9cf0f12266fa53fb690a28cd99 (patch)
tree46713139543c82eb7822573c320cbe26e6f4c69d /src/rustllvm/ExecutionEngineWrapper.cpp
parent67e516c5c2ddd0dbed6b07ccca6b5bdd4ad10b36 (diff)
parent9ec9bc68fb310aac29e984d26cc37952de328f1e (diff)
downloadrust-e98d4d9589974c9cf0f12266fa53fb690a28cd99.tar.gz
rust-e98d4d9589974c9cf0f12266fa53fb690a28cd99.zip
rollup merge of #23283: brson/rpathfix
Fix regression in -C rpath that causes failures with symlinks

The new `relative_from` method no longer supports the case on unix
where both paths are absolute, which `-C rpath` depended on. This
version fixes the problem by copying the old path_relative_from
function into the rpath module.

Fixes #23140

After experimenting with the new `relative_from` function on `Path` I'm not sure what it's use case is. It no longer even figures out that the relative path from `/foo/bar` to `/foo/baz/qux` is `../baz/qux`.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions