Conversation
Currently, target.mk passes -L "" when LLVM_STDCPP_LOCATION_$(2) is empty. This fixes rust-lang#23287.
|
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
|
I've verified that Rust compiles on FreeBSD 9 with this change. It also compiles on x86_64 Linux, with or without |
|
@bors: r+ rollup Thanks! |
|
|
|
I added a compiler error for empty search paths, and it uncovered another instance of |
Currently, target.mk passes -L \"\" when LLVM_STDCPP_LOCATION_$(2) is empty. This fixes rust-lang#23287.
Currently, target.mk passes -L "" when LLVM_STDCPP_LOCATION_$(2) is empty.
This fixes #23287.