| commit | c5728ca3e1684556f013a934761b7c3ea9a1c2f6 | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Thu May 04 19:18:21 2017 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Thu May 04 19:18:21 2017 +0000 |
| tree | 47b198c92efe50522fdbbac4425ea734cb5fc1be | |
| parent | 038a0546dbbaf4d2be3417fd60e89af6c2bff4e3 [diff] |
Driver: only inject libstdc++ paths when needed on CrossWindows When building with libc++ don't bother with injecting the libstdc++ search paths into the linker search path. This will make it easier to switch between ld and lld. llvm-svn: 302184