MaskRay added a comment.

Is `addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);` from D108286 
<https://reviews.llvm.org/D108286> the issue?

If yes, I lean toward reverting D108286 <https://reviews.llvm.org/D108286> and 
possibly unsupporting `LIBCXX_LIBDIR_SUFFIX`.

The multilib style `lib32` `lib64` are more about glibc and GCC library search 
paths. llvm-project runtime libraries (including libc++) do not necessarily use 
that style.
In addition, we are shifting to multiarch style library names. There will just 
be no lib32/lib64.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122424/new/

https://reviews.llvm.org/D122424

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to