[PATCH] D107682: [AVR][clang] Improve search for avr-libc installation path
Matt Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 7 02:11:51 PDT 2021
mhjacobson added a comment.
For other examples of using four `..`s, look in `Gnu.cpp`, where there are several places where `getParentLibPath()` is appended with `/../`. `AddMultilibPaths()`, `PushPPaths()`.
`getParentLibPath()`, in turn, is `GCCInstallPath/../../../`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107682/new/
https://reviews.llvm.org/D107682
More information about the cfe-commits
mailing list