[PATCH] D45233: [Driver] Update GCC libraries detection logic for Gentoo.

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 5 14:23:13 PDT 2018


mgorny added a comment.

Ok, that's a problem. I think we really ought to consider all possibilites of sysroot first, and either do not fall back to main system at all or do that only if sysroot doesn't have any install at all. Basically, it is important that we don't break non-Gentoo sysroots, even when running on top of Gentoo.

I don't really understand what you mean with the prefixes stuff but it doesn't sound like it's going to solve the problem.


Repository:
  rC Clang

https://reviews.llvm.org/D45233





More information about the cfe-commits mailing list