]> git.lizzy.rs Git - rust.git/commit
auto merge of #12651 : lucab/rust/llvmdep-ldflags, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 2 Mar 2014 19:21:34 +0000 (11:21 -0800)
committerbors <bors@rust-lang.org>
Sun, 2 Mar 2014 19:21:34 +0000 (11:21 -0800)
commit25431774a933a3b0c5212ea45150660544dec1ec
tree343e0e5df0f9dcdb2957082145a9313352dde926
parent910012aabae3dfd4b7190f46e88cde75804b5cb0
parent357cadf722c55b4b4d379503c33bc791ea6e1cab
auto merge of #12651 : lucab/rust/llvmdep-ldflags, r=alexcrichton

This commit let librustc automatically pickup LDFLAGS dependencies
inherited from LLVM, which may otherwise result in undefined
references to external symbols under certain linking environment.

A symptom of this issue is eg. a failure when trying to link against
librustc (due to unresolved ffi_* symbols), while using a system-wide
LLVM.

Signed-off-by: Luca Bruno <lucab@debian.org>