lld does not build in toolchain builder with USE="llvm-next default-libcxx" |
||
Issue descriptionlld links with llvm libraries. Therefore, it needs to use the same c++ library as llvm when building. However, in toolchain builders llvm is built with libstdc++ but lld is getting built with libc++. This creates an issue where lld can not be linked with llvm libraries. This is a temporary issue which should go away once everything is migrated to libc++. Fix a fix to handle this for time being.
,
Jan 22 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 20 2018