rust/src/librustc_llvm
Petr Hosek 48f205d496 Pass LLVM linker flags to librustc_llvm build
Some -L and -l flags may be needed even when building librustc_llvm,
for example when using static libc++ on Linux we may need to manually
specify the library search path and -ldl -lpthread as additional link
dependencies. We pass LLVM linker flags from config to librustc_llvm
build to make sure these cases are handled.
2019-06-10 19:50:34 -07:00
..
build.rs Pass LLVM linker flags to librustc_llvm build 2019-06-10 19:50:34 -07:00
Cargo.toml librustc_llvm => 2018 2019-02-07 03:46:54 +09:00
lib.rs Revert removed #![feature(nll)] 2019-02-10 16:13:30 +09:00