[PATCH] D122424: [clang] [Driver] Add clang's relative `../lib` path only when in build tree

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 14:21:32 PDT 2022


mgorny added a comment.

In D122424#3406275 <https://reviews.llvm.org/D122424#3406275>, @MaskRay wrote:

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

No, the issue is actually the hardcoded `lib` directory that breaks multilib builds when using LLD.


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

https://reviews.llvm.org/D122424



More information about the cfe-commits mailing list