[PATCH] D107672: [AVR][clang] Search for avr-libc in $SYSROOT/avr

Matt Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 6 15:40:14 PDT 2021


mhjacobson added a comment.

In D107672#2932190 <https://reviews.llvm.org/D107672#2932190>, @mhjacobson wrote:

> I'm also tempted to remove `/usr/lib/avr`, because these paths make no sense to me: `$SYSROOT/usr/lib/avr/lib` and `$SYSROOT/usr/lib/avr/include`.

Ah.  According to https://reviews.llvm.org/D54334, that was added because that's where Ubuntu installs avr-libc.  OK then!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107672



More information about the cfe-commits mailing list