MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: clang/lib/Driver/ToolChains/Linux.cpp:308
addPathIfExists(D, D.Dir + "/../lib", Paths);
+ addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
+ }
----------------
Add `if (OSLibDir != "lib")`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108286/new/
https://reviews.llvm.org/D108286
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits